Skip to content

Instantly share code, notes, and snippets.

@nd
Last active August 29, 2015 14:21
Show Gist options
  • Save nd/85c7f3e9302cdd489fc1 to your computer and use it in GitHub Desktop.
Save nd/85c7f3e9302cdd489fc1 to your computer and use it in GitHub Desktop.
<!-- keymaps/EmacsND.xml -->
<keymap version="1" name="EmacsND" parent="Emacs">
<action id="$Copy">
<keyboard-shortcut first-keystroke="alt C" />
</action>
<action id="ActivateChangesToolWindow">
<keyboard-shortcut first-keystroke="alt 9" />
<keyboard-shortcut first-keystroke="meta 9" />
</action>
<action id="ActivateDebugToolWindow">
<keyboard-shortcut first-keystroke="alt 5" />
<keyboard-shortcut first-keystroke="meta 5" />
</action>
<action id="ActivateFindToolWindow">
<keyboard-shortcut first-keystroke="alt 3" />
<keyboard-shortcut first-keystroke="meta 3" />
</action>
<action id="ActivateMessagesToolWindow">
<keyboard-shortcut first-keystroke="alt 0" />
<keyboard-shortcut first-keystroke="meta 0" />
</action>
<action id="ActivateProjectToolWindow">
<keyboard-shortcut first-keystroke="alt 1" />
<keyboard-shortcut first-keystroke="meta 1" />
</action>
<action id="ActivateRunToolWindow">
<keyboard-shortcut first-keystroke="alt 4" />
<keyboard-shortcut first-keystroke="meta 4" />
</action>
<action id="Annotate">
<keyboard-shortcut first-keystroke="shift meta N" />
</action>
<action id="AutoIndentLines">
<keyboard-shortcut first-keystroke="control alt I" />
<keyboard-shortcut first-keystroke="control alt Q" />
<keyboard-shortcut first-keystroke="control meta I" />
</action>
<action id="Back">
<keyboard-shortcut first-keystroke="control meta LEFT" />
<keyboard-shortcut first-keystroke="control meta J" />
</action>
<action id="ChooseDebugConfiguration">
<keyboard-shortcut first-keystroke="shift alt F9" />
<keyboard-shortcut first-keystroke="shift meta F9" />
</action>
<action id="ChooseRunConfiguration">
<keyboard-shortcut first-keystroke="shift alt F10" />
<keyboard-shortcut first-keystroke="shift meta F10" />
</action>
<action id="CloseAllEditorsButActive" />
<action id="CodeCompletion">
<keyboard-shortcut first-keystroke="alt SLASH" />
<keyboard-shortcut first-keystroke="meta COMMA" />
<keyboard-shortcut first-keystroke="meta SPACE" />
</action>
<action id="CommentByLineComment">
<keyboard-shortcut first-keystroke="alt SEMICOLON" />
<keyboard-shortcut first-keystroke="control C" second-keystroke="control C" />
</action>
<action id="Console.Jdbc.Execute" />
<action id="Console.Jpa.Execute" />
<action id="DatabaseView.CopyAction" />
<action id="DebugClass">
<keyboard-shortcut first-keystroke="shift control F11" />
</action>
<action id="Diff.FocusOppositePane">
<keyboard-shortcut first-keystroke="control X" second-keystroke="O" />
</action>
<action id="Diff.NextChange">
<keyboard-shortcut first-keystroke="alt RIGHT" />
<keyboard-shortcut first-keystroke="control X" second-keystroke="N" />
</action>
<action id="DuplicatesForm.SendToLeft" />
<action id="DuplicatesForm.SendToRight" />
<action id="EditorBackSpace">
<keyboard-shortcut first-keystroke="BACK_SPACE" />
<keyboard-shortcut first-keystroke="shift BACK_SPACE" />
<keyboard-shortcut first-keystroke="control H" />
</action>
<action id="EditorChooseLookupItemAlways" />
<action id="EditorCodeBlockEnd">
<keyboard-shortcut first-keystroke="control CLOSE_BRACKET" />
<keyboard-shortcut first-keystroke="control alt CLOSE_BRACKET" />
<keyboard-shortcut first-keystroke="control alt B" />
<keyboard-shortcut first-keystroke="control meta F" />
</action>
<action id="EditorCodeBlockStart">
<keyboard-shortcut first-keystroke="control OPEN_BRACKET" />
<keyboard-shortcut first-keystroke="control alt OPEN_BRACKET" />
<keyboard-shortcut first-keystroke="control alt F" />
<keyboard-shortcut first-keystroke="control meta B" />
</action>
<action id="EditorCopy">
<keyboard-shortcut first-keystroke="alt C" />
</action>
<action id="EditorDeleteToWordStart">
<keyboard-shortcut first-keystroke="control BACK_SPACE" />
<keyboard-shortcut first-keystroke="alt BACK_SPACE" />
</action>
<action id="EditorDuplicate" />
<action id="EditorEscape">
<keyboard-shortcut first-keystroke="ESCAPE" />
<keyboard-shortcut first-keystroke="control G" />
</action>
<action id="EditorKillRingSave">
<keyboard-shortcut first-keystroke="alt W" />
<keyboard-shortcut first-keystroke="meta W" />
</action>
<action id="EditorKillToWordEnd">
<keyboard-shortcut first-keystroke="alt D" />
<keyboard-shortcut first-keystroke="meta D" />
</action>
<action id="EditorKillToWordStart">
<keyboard-shortcut first-keystroke="alt DELETE" />
<keyboard-shortcut first-keystroke="control meta H" />
</action>
<action id="EditorNextWord">
<keyboard-shortcut first-keystroke="control RIGHT" />
<keyboard-shortcut first-keystroke="alt F" />
<keyboard-shortcut first-keystroke="meta F" />
</action>
<action id="EditorPageUp">
<keyboard-shortcut first-keystroke="PAGE_UP" />
<keyboard-shortcut first-keystroke="alt V" />
<keyboard-shortcut first-keystroke="meta V" />
</action>
<action id="EditorPreviousWord">
<keyboard-shortcut first-keystroke="control LEFT" />
<keyboard-shortcut first-keystroke="alt B" />
<keyboard-shortcut first-keystroke="meta B" />
</action>
<action id="EditorScrollDownAndMove">
<keyboard-shortcut first-keystroke="control Z" />
</action>
<action id="EditorScrollToCenter">
<keyboard-shortcut first-keystroke="control M" />
<keyboard-shortcut first-keystroke="control L" />
</action>
<action id="EditorScrollUpAndMove">
<keyboard-shortcut first-keystroke="control meta Z" />
</action>
<action id="EditorTextEnd">
<keyboard-shortcut first-keystroke="control END" />
<keyboard-shortcut first-keystroke="shift alt PERIOD" />
<keyboard-shortcut first-keystroke="shift meta PERIOD" />
</action>
<action id="EditorTextStart">
<keyboard-shortcut first-keystroke="control HOME" />
<keyboard-shortcut first-keystroke="shift alt COMMA" />
<keyboard-shortcut first-keystroke="shift meta COMMA" />
</action>
<action id="EditorToggleColumnMode">
<keyboard-shortcut first-keystroke="control ENTER" />
<keyboard-shortcut first-keystroke="control meta ENTER" />
</action>
<action id="EditorToggleStickySelection">
<keyboard-shortcut first-keystroke="control SPACE" />
</action>
<action id="EvaluateExpression">
<keyboard-shortcut first-keystroke="alt F8" />
<keyboard-shortcut first-keystroke="meta F8" />
</action>
<action id="ExtractMethod">
<keyboard-shortcut first-keystroke="control alt M" />
<keyboard-shortcut first-keystroke="control meta M" />
</action>
<action id="FileChooser.GotoHome" />
<action id="FileChooser.GotoModule" />
<action id="FindUsages">
<keyboard-shortcut first-keystroke="alt F7" />
<keyboard-shortcut first-keystroke="shift alt S" />
<keyboard-shortcut first-keystroke="meta F7" />
</action>
<action id="Forward">
<keyboard-shortcut first-keystroke="control meta RIGHT" />
<keyboard-shortcut first-keystroke="control alt K" />
<keyboard-shortcut first-keystroke="control meta K" />
</action>
<action id="Generate">
<keyboard-shortcut first-keystroke="meta I" />
</action>
<action id="GotoDeclaration">
<keyboard-shortcut first-keystroke="meta PERIOD" />
<mouse-shortcut keystroke="control button1" />
<keyboard-shortcut first-keystroke="control C" second-keystroke="control B" />
</action>
<action id="GotoFile">
<keyboard-shortcut first-keystroke="shift control N" />
<keyboard-shortcut first-keystroke="control C" second-keystroke="control N" />
</action>
<action id="GotoImplementation">
<keyboard-shortcut first-keystroke="control meta PERIOD" />
</action>
<action id="GotoSuperMethod">
<keyboard-shortcut first-keystroke="control U" />
<keyboard-shortcut first-keystroke="control C" second-keystroke="U" />
</action>
<action id="Groovy.Shell.Execute" />
<action id="GuiDesigner.Duplicate" />
<action id="Inline">
<keyboard-shortcut first-keystroke="control alt N" />
<keyboard-shortcut first-keystroke="control meta N" />
</action>
<action id="IntroduceVariable">
<keyboard-shortcut first-keystroke="control alt V" />
<keyboard-shortcut first-keystroke="control meta V" />
</action>
<action id="NewElement">
<keyboard-shortcut first-keystroke="control C" second-keystroke="control I" />
</action>
<action id="NextSplitter">
<keyboard-shortcut first-keystroke="control X" second-keystroke="O" />
</action>
<action id="NextTab">
<keyboard-shortcut first-keystroke="alt RIGHT" />
<keyboard-shortcut first-keystroke="control X" second-keystroke="N" />
</action>
<action id="ParameterInfo">
<keyboard-shortcut first-keystroke="shift alt P" />
<keyboard-shortcut first-keystroke="control C" second-keystroke="control P" />
<keyboard-shortcut first-keystroke="control C" second-keystroke="P" />
</action>
<action id="PasteMultiple">
<keyboard-shortcut first-keystroke="alt Y" />
<keyboard-shortcut first-keystroke="meta Y" />
</action>
<action id="QuickDocCopy">
<keyboard-shortcut first-keystroke="alt C" />
</action>
<action id="RecentFiles">
<keyboard-shortcut first-keystroke="control TAB" />
<keyboard-shortcut first-keystroke="control X" second-keystroke="B" />
<keyboard-shortcut first-keystroke="control X" second-keystroke="control B" />
</action>
<action id="ReloadFromDisk">
<keyboard-shortcut first-keystroke="alt U" />
</action>
<action id="SelectIn">
<keyboard-shortcut first-keystroke="alt F1" />
<keyboard-shortcut first-keystroke="meta F1" />
</action>
<action id="ShowIntentionActions">
<keyboard-shortcut first-keystroke="alt ENTER" />
<keyboard-shortcut first-keystroke="meta ENTER" />
</action>
<action id="ShowSettings">
<keyboard-shortcut first-keystroke="control alt S" />
<keyboard-shortcut first-keystroke="control meta S" />
</action>
<action id="SwitchApply">
<keyboard-shortcut first-keystroke="control alt ENTER" />
</action>
<action id="SwitchDown">
<keyboard-shortcut first-keystroke="control alt DOWN" />
</action>
<action id="SwitchLeft">
<keyboard-shortcut first-keystroke="control alt LEFT" />
</action>
<action id="SwitchRight">
<keyboard-shortcut first-keystroke="control alt RIGHT" />
</action>
<action id="SwitchUp">
<keyboard-shortcut first-keystroke="control alt UP" />
</action>
<action id="Switcher" />
<action id="Synchronize">
<keyboard-shortcut first-keystroke="control alt Y" />
<keyboard-shortcut first-keystroke="control meta Y" />
</action>
<action id="ToggleBookmark2">
<keyboard-shortcut first-keystroke="shift control 2" />
</action>
<action id="ToggleBreakpointEnabled">
<keyboard-shortcut first-keystroke="control meta F8" />
</action>
<action id="TypeHierarchy">
<keyboard-shortcut first-keystroke="control C" second-keystroke="control H" />
</action>
<action id="ViewSource" />
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment