Last active
April 14, 2020 23:09
-
-
Save kudarap/64e192e0337cf14aaf336062dcfabd03 to your computer and use it in GitHub Desktop.
JetBrains keymap for windows
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
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
linux config path
/.config/JetBrains