IDEA自己常用的几个快捷方式(自己的习惯)

@TOC

背景

换工作了, 新的IDEA, 又要重新设置自己的快捷方式了.

灵感

1.这些个性话的配置应该是可以导出的. 然后在新的IDEA直接导入就行了, 感觉应该是有这个功能.

就是这个文件:

xml 复制代码
<keymap version="1" name="Personal KeyMap" parent="$default">
  <action id="$EditorTranslateAction">
    <keyboard-shortcut first-keystroke="alt t" />
  </action>
  <action id="ActivateProjectToolWindow" />
  <action id="CloseAllEditorsButActive">
    <keyboard-shortcut first-keystroke="alt 1" />
  </action>
  <action id="Console.History.Browse" />
  <action id="Editor EditorTranslateAction">
    <keyboard-shortcut first-keystroke="alt t" />
  </action>
  <action id="EditorDeleteLine">
    <keyboard-shortcut first-keystroke="ctrl d" />
  </action>
  <action id="ExpressionTypeInfo" />
  <action id="FileChooser.TogglePathBar" />
  <action id="FindInPath">
    <keyboard-shortcut first-keystroke="ctrl h" />
  </action>
  <action id="Git.Pull">
    <keyboard-shortcut first-keystroke="shift ctrl p" />
  </action>
  <action id="GotoImplementation">
    <mouse-shortcut keystroke="control alt button1" />
    <keyboard-shortcut first-keystroke="alt g" />
  </action>
  <action id="ParameterInfo" />
  <action id="PerforceDirect.Edit" />
  <action id="PinActiveEditorTab">
    <keyboard-shortcut first-keystroke="ctrl p" />
  </action>
  <action id="RenameElement">
    <keyboard-shortcut first-keystroke="shift f6" />
    <keyboard-shortcut first-keystroke="f2" />
  </action>
  <action id="ShowFilePath">
    <keyboard-shortcut first-keystroke="ctrl alt e" />
  </action>
  <action id="TableResult.SelectAllOccurrences" />
  <action id="ToggleFindInSelection" />
  <action id="TypeHierarchy">
    <keyboard-shortcut first-keystroke="f4" />
  </action>
  <action id="android.device.power.button" />
</keymap>

常用快捷方式

// TODO 上面应该都有, 这个后续补充

相关推荐
泥泞开出花朵9 分钟前
LRU缓存淘汰算法的详细介绍与具体实现
java·数据结构·后端·算法·缓存
七七软件开发37 分钟前
团购商城 app 系统架构分析
java·python·小程序·eclipse·系统架构·php
七七软件开发43 分钟前
打车小程序 app 系统架构分析
java·python·小程序·系统架构·交友
_祝你今天愉快1 小时前
Java-JVM探析
android·java·jvm
学编程的司马光1 小时前
Idea集成Jenkins Control插件,在IDEA中触发Jenkins中项目的构建
java·jenkins·intellij-idea
孟君的编程札记1 小时前
别只知道 Redis,真正用好缓存你得懂这些
java·后端
幻雨様1 小时前
UE5多人MOBA+GAS 番外篇:同时造成多种类型伤害,以各种属性值的百分比来应用伤害(版本二)
java·前端·ue5
爱吃小土豆豆豆豆1 小时前
登录校验一
java·大数据·数据库
热河暖男1 小时前
Spring Boot AI 极速入门:解锁智能应用开发
java·人工智能·spring boot·ai编程
lifallen1 小时前
hadoop.yarn 带时间的LRU 延迟删除
java·大数据·数据结构·hadoop·分布式·算法