Skip to content

Instantly share code, notes, and snippets.

@ae6rt
Last active December 19, 2015 04:29
Show Gist options
  • Save ae6rt/5897769 to your computer and use it in GitHub Desktop.
Save ae6rt/5897769 to your computer and use it in GitHub Desktop.
IntelliJ keymap, with git revert and tab-close shortcuts
<?xml version="1.0" encoding="UTF-8"?>
<keymap version="1" name="MarkP" parent="Mac OS X">
<action id="CloseAllEditorsButActive">
<keyboard-shortcut first-keystroke="meta alt X" />
</action>
<action id="CloseContent">
<keyboard-shortcut first-keystroke="meta F4" />
<keyboard-shortcut first-keystroke="meta alt W" />
</action>
<action id="EditorCodeBlockEndWithSelection" />
<action id="EditorCodeBlockStartWithSelection" />
<action id="Git.Revert">
<keyboard-shortcut first-keystroke="meta alt R" />
</action>
<action id="NextTab">
<keyboard-shortcut first-keystroke="control RIGHT" />
<keyboard-shortcut first-keystroke="shift meta CLOSE_BRACKET" />
</action>
<action id="PreviousTab">
<keyboard-shortcut first-keystroke="control LEFT" />
<keyboard-shortcut first-keystroke="shift meta OPEN_BRACKET" />
</action>
<action id="XPathView.Actions.Evaluate" />
<action id="XPathView.Actions.FindByExpression" />
<action id="XPathView.Actions.ShowPath" />
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment