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

相关推荐
BestAns1 天前
一文带你吃透 Java 反射机制
java·后端
wasp5201 天前
AgentScope Java 核心架构深度解析
java·开发语言·人工智能·架构·agentscope
2501_916766541 天前
【Springboot】数据层开发-数据源自动管理
java·spring boot·后端
自在极意功。1 天前
MyBatis 动态 SQL 详解:从基础到进阶实战
java·数据库·mybatis·动态sql
软件管理系统1 天前
基于Spring Boot的便民维修管理系统
java·spring boot·后端
百***78751 天前
Step-Audio-2 轻量化接入全流程详解
android·java·gpt·php·llama
快乐肚皮1 天前
MySQL递归CTE
java·数据库·mysql·递归表达式
廋到被风吹走1 天前
【Spring】DispatcherServlet解析
java·后端·spring
廋到被风吹走1 天前
【Spring】PlatformTransactionManager详解
java·spring·wpf