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 上面应该都有, 这个后续补充

相关推荐
老鼠只爱大米18 小时前
Java 设计模式之适配器模式:系统集成的万能接口
java·设计模式·适配器模式·adapter·java设计模式
一叶飘零_sweeeet18 小时前
Java+EasyExcel 打造学习平台视频学习时长统计系统
java·报表·easyexcel
Go away, devil18 小时前
Java-----集合
java·开发语言
JIngJaneIL18 小时前
旅游|内蒙古景点旅游|基于Springboot+Vue的内蒙古景点旅游管理系统设计与实现(源码+数据库+文档)
java·vue.js·spring boot·论文·旅游·毕设·内蒙古景点旅游
新之助小锅19 小时前
java版连接汇川PLC,发送数据,读取数据,保持重新链接,适用安卓
android·java·python
无糖冰可乐2121 小时前
IDEA多java版本切换
java·ide·intellij-idea
合作小小程序员小小店1 天前
web开发,在线%超市销售%管理系统,基于idea,html,jsp,java,ssh,sql server数据库。
java·前端·sqlserver·ssh·intellij-idea
brucelee1861 天前
IntelliJ IDEA 设置 Local History 永久保留
java·ide·intellij-idea
Pluto_CSND1 天前
Java中的静态代理与动态代理(Proxy.newProxyInstance)
java·开发语言
百***46451 天前
Java进阶-在Ubuntu上部署SpringBoot应用
java·spring boot·ubuntu