Skip to content

Instantly share code, notes, and snippets.

@kudarap
Last active April 14, 2020 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kudarap/64e192e0337cf14aaf336062dcfabd03 to your computer and use it in GitHub Desktop.
Save kudarap/64e192e0337cf14aaf336062dcfabd03 to your computer and use it in GitHub Desktop.
JetBrains keymap for windows
<keymap version="1" name="Sublime Text win" parent="Sublime Text">
<action id="ActivateFavoritesToolWindow" />
<action id="ActivateProjectToolWindow" />
<action id="ActivateRunToolWindow" />
<action id="ChangesView.ShelveSilently" />
<action id="DatabaseView.SqlGenerator" />
<action id="DuplicatesForm.SendToLeft" />
<action id="DuplicatesForm.SendToRight" />
<action id="FileChooser.GotoHome" />
<action id="FileChooser.GotoModule" />
<action id="FileChooser.GotoProject" />
<action id="GoGenerateFileAction" />
<action id="GoToTab1">
<keyboard-shortcut first-keystroke="ctrl 1" />
</action>
<action id="GoToTab2">
<keyboard-shortcut first-keystroke="ctrl 2" />
</action>
<action id="GoToTab3">
<keyboard-shortcut first-keystroke="ctrl 3" />
</action>
<action id="GoToTab4">
<keyboard-shortcut first-keystroke="ctrl 4" />
</action>
<action id="GoToTab5">
<keyboard-shortcut first-keystroke="ctrl 5" />
</action>
<action id="GotoBookmark1" />
<action id="GotoBookmark2" />
<action id="GotoBookmark3" />
<action id="GotoBookmark4" />
<action id="GotoBookmark5" />
<action id="NextTab">
<keyboard-shortcut first-keystroke="ctrl page_down" />
<keyboard-shortcut first-keystroke="alt close_bracket" />
</action>
<action id="PreviousTab">
<keyboard-shortcut first-keystroke="ctrl page_up" />
<keyboard-shortcut first-keystroke="alt open_bracket" />
</action>
<action id="ReplaceInPath">
<keyboard-shortcut first-keystroke="shift ctrl h" />
</action>
<action id="SelectAllOccurrences">
<keyboard-shortcut first-keystroke="alt f3" />
<keyboard-shortcut first-keystroke="ctrl alt g" />
</action>
<action id="Terminal.SwitchFocusToEditor" />
</keymap>
@kudarap
Copy link
Author

kudarap commented Apr 14, 2020

linux config path /.config/JetBrains

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment