Created
August 29, 2018 18:15
-
-
Save TheLandolorien/1a4b833ff9e05d336ed3b209308e7667 to your computer and use it in GitHub Desktop.
PyCharm (IntelliJ) Sublime Text Based Keymap
This file contains 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" parent="Mac OS X 10.5+"> | |
<action id="AddToFavoritesPopup" /> | |
<action id="ChangesView.Diff" /> | |
<action id="CheckinProject" /> | |
<action id="CompareTwoFiles" /> | |
<action id="Console.TableResult.CloneRow" /> | |
<action id="Console.TableResult.NavigateAction"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="Database.OpenDbStorageAction"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="DatabaseView.CopyAction" /> | |
<action id="DecrementWindowHeight" /> | |
<action id="Diff.ShowDiff" /> | |
<action id="EditSource"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="EditorCloneCaretAbove"> | |
<keyboard-shortcut first-keystroke="ctrl meta alt up" /> | |
</action> | |
<action id="EditorCloneCaretBelow"> | |
<keyboard-shortcut first-keystroke="ctrl meta alt down" /> | |
</action> | |
<action id="EditorDuplicate" /> | |
<action id="EditorMoveToPageBottomWithSelection" /> | |
<action id="EditorMoveToPageTopWithSelection" /> | |
<action id="EditorTextEnd"> | |
<keyboard-shortcut first-keystroke="meta end" /> | |
<keyboard-shortcut first-keystroke="meta down" /> | |
</action> | |
<action id="EditorTextEndWithSelection"> | |
<keyboard-shortcut first-keystroke="shift meta down" /> | |
<keyboard-shortcut first-keystroke="shift meta end" /> | |
</action> | |
<action id="EditorTextStart"> | |
<keyboard-shortcut first-keystroke="meta home" /> | |
<keyboard-shortcut first-keystroke="meta up" /> | |
</action> | |
<action id="EditorTextStartWithSelection"> | |
<keyboard-shortcut first-keystroke="shift meta up" /> | |
<keyboard-shortcut first-keystroke="shift meta home" /> | |
</action> | |
<action id="EditorToggleCase"> | |
<keyboard-shortcut first-keystroke="meta k" second-keystroke="meta u" /> | |
<keyboard-shortcut first-keystroke="meta k" second-keystroke="meta l" /> | |
</action> | |
<action id="FileChooser.GotoDesktop" /> | |
<action id="FindNext"> | |
<keyboard-shortcut first-keystroke="f3" /> | |
</action> | |
<action id="FindPrevious"> | |
<keyboard-shortcut first-keystroke="shift f3" /> | |
</action> | |
<action id="GotoChangedFile" /> | |
<action id="GotoClass" /> | |
<action id="GotoFile" /> | |
<action id="GotoTest" /> | |
<action id="Images.ShowThumbnails" /> | |
<action id="IncrementWindowHeight" /> | |
<action id="MoveStatementDown" /> | |
<action id="MoveStatementUp" /> | |
<action id="OpenFile"> | |
<keyboard-shortcut first-keystroke="meta o" /> | |
</action> | |
<action id="RecentProjectListGroup"> | |
<keyboard-shortcut first-keystroke="shift meta o" /> | |
</action> | |
<action id="ReformatCode"> | |
<keyboard-shortcut first-keystroke="shift alt f" /> | |
</action> | |
<action id="ReopenClosedTab"> | |
<keyboard-shortcut first-keystroke="shift meta t" /> | |
</action> | |
<action id="Replace"> | |
<keyboard-shortcut first-keystroke="ctrl meta alt r" /> | |
</action> | |
<action id="ResetColumnsWidth" /> | |
<action id="ResizeToolWindowDown" /> | |
<action id="ResizeToolWindowUp" /> | |
<action id="RunDashboard.CopyConfiguration" /> | |
<action id="RunDashboard.ShowConfigurations" /> | |
<action id="SelectAllOccurrences" /> | |
<action id="SelectNextOccurrence"> | |
<keyboard-shortcut first-keystroke="meta d" /> | |
</action> | |
<action id="SendEOF" /> | |
<action id="ShowNavBar"> | |
<keyboard-shortcut first-keystroke="alt home" /> | |
</action> | |
<action id="ToggleBookmark" /> | |
<action id="Vcs.EditSource"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="XDebugger.CopyWatch" /> | |
<action id="XDebugger.JumpToSource"> | |
<keyboard-shortcut first-keystroke="f4" /> | |
</action> | |
<action id="openAssertEqualsDiff" /> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installation Steps
~/Library/Preferences/PyCharm<####.#>/keymaps/Sublime Text.xml
where <####.#> is the PyCharm version of the directory.