Last active
December 19, 2015 04:29
-
-
Save ae6rt/5897769 to your computer and use it in GitHub Desktop.
IntelliJ keymap, with git revert and tab-close shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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