Last active
January 27, 2017 04:27
-
-
Save superjax/1457dab9a4b308c7bb2d56d36b182fbf to your computer and use it in GitHub Desktop.
A keymap for pycharm that uses mostly sublime bindings with a smattering of QtCreator bindings as well
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="James" parent="$default"> | |
<action id="ActivateRunToolWindow"> | |
<keyboard-shortcut first-keystroke="alt 4" /> | |
<keyboard-shortcut first-keystroke="ctrl r" /> | |
</action> | |
<action id="CheckinProject" /> | |
<action id="CloseContent"> | |
<keyboard-shortcut first-keystroke="ctrl w" /> | |
</action> | |
<action id="CollapseAll"> | |
<keyboard-shortcut first-keystroke="ctrl subtract" /> | |
</action> | |
<action id="CollapseAllRegions"> | |
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl 1" /> | |
</action> | |
<action id="CollapseRegion"> | |
<keyboard-shortcut first-keystroke="shift ctrl open_bracket" /> | |
</action> | |
<action id="CompareDirs" /> | |
<action id="CompareJars" /> | |
<action id="CompareTwoFiles" /> | |
<action id="Console.Jdbc.Execute"> | |
<keyboard-shortcut first-keystroke="f5" /> | |
</action> | |
<action id="Console.Jpa.Execute" /> | |
<action id="Console.Jpa.GenerateSql" /> | |
<action id="Console.Open"> | |
<keyboard-shortcut first-keystroke="shift ctrl f10" /> | |
<keyboard-shortcut first-keystroke="shift ctrl t" /> | |
</action> | |
<action id="Console.TableResult.NavigateForeignAction"> | |
<mouse-shortcut keystroke="control button1" /> | |
<mouse-shortcut keystroke="button2" /> | |
</action> | |
<action id="Console.TableResult.NextPage" /> | |
<action id="Console.TableResult.PreviousPage" /> | |
<action id="Console.TableResult.Reload" /> | |
<action id="CopyElement" /> | |
<action id="DatabaseView.CopyAction" /> | |
<action id="DatabaseView.ShowDiff" /> | |
<action id="Debug" /> | |
<action id="Debugger.EvaluateInConsole"> | |
<keyboard-shortcut first-keystroke="f9" /> | |
</action> | |
<action id="Debugger.Tree.EvaluateInConsole"> | |
<keyboard-shortcut first-keystroke="f9" /> | |
</action> | |
<action id="Diff.UpdatedFiles" /> | |
<action id="EditorChooseLookupItemCompleteStatement" /> | |
<action id="EditorCloneCaretAbove"> | |
<keyboard-shortcut first-keystroke="shift alt up" /> | |
</action> | |
<action id="EditorCloneCaretBelow"> | |
<keyboard-shortcut first-keystroke="ctrl alt down" /> | |
<keyboard-shortcut first-keystroke="shift alt down" /> | |
</action> | |
<action id="EditorCodeBlockEnd" /> | |
<action id="EditorCodeBlockEndWithSelection" /> | |
<action id="EditorCodeBlockStart" /> | |
<action id="EditorCodeBlockStartWithSelection" /> | |
<action id="EditorCompleteStatement" /> | |
<action id="EditorCreateRectangularSelection"> | |
<mouse-shortcut keystroke="shift button3" /> | |
</action> | |
<action id="EditorDecreaseFontSize"> | |
<keyboard-shortcut first-keystroke="ctrl minus" /> | |
<mouse-shortcut keystroke="control button142" /> | |
</action> | |
<action id="EditorDeleteLine"> | |
<keyboard-shortcut first-keystroke="shift ctrl k" /> | |
</action> | |
<action id="EditorDeleteToLineEnd"> | |
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl k" /> | |
</action> | |
<action id="EditorDeleteToLineStart"> | |
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl back_space" /> | |
</action> | |
<action id="EditorDuplicate"> | |
<keyboard-shortcut first-keystroke="shift ctrl d" /> | |
</action> | |
<action id="EditorIncreaseFontSize"> | |
<keyboard-shortcut first-keystroke="ctrl equals" /> | |
<mouse-shortcut keystroke="control button143" /> | |
</action> | |
<action id="EditorIndentLineOrSelection"> | |
<keyboard-shortcut first-keystroke="ctrl close_bracket" /> | |
</action> | |
<action id="EditorJoinLines"> | |
<keyboard-shortcut first-keystroke="ctrl j" /> | |
</action> | |
<action id="EditorSelectWord"> | |
<keyboard-shortcut first-keystroke="ctrl l" /> | |
</action> | |
<action id="EditorSplitLine"> | |
<keyboard-shortcut first-keystroke="shift enter" /> | |
</action> | |
<action id="EditorStartNewLine"> | |
<keyboard-shortcut first-keystroke="ctrl enter" /> | |
</action> | |
<action id="EditorStartNewLineBefore"> | |
<keyboard-shortcut first-keystroke="shift ctrl enter" /> | |
</action> | |
<action id="EditorToggleCase"> | |
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl u" /> | |
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl l" /> | |
</action> | |
<action id="EditorUnindentSelection"> | |
<keyboard-shortcut first-keystroke="shift tab" /> | |
<keyboard-shortcut first-keystroke="ctrl open_bracket" /> | |
</action> | |
<action id="EvaluateExpression"> | |
<keyboard-shortcut first-keystroke="alt f8" /> | |
<keyboard-shortcut first-keystroke="f9" /> | |
</action> | |
<action id="ExpandAll"> | |
<keyboard-shortcut first-keystroke="ctrl add" /> | |
</action> | |
<action id="ExpandAllRegions"> | |
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl j" /> | |
</action> | |
<action id="ExpandRegion"> | |
<keyboard-shortcut first-keystroke="shift ctrl close_bracket" /> | |
</action> | |
<action id="FileChooser.GotoDesktop" /> | |
<action id="FileChooser.TogglePathShowing" /> | |
<action id="FileStructurePopup" /> | |
<action id="Find"> | |
<keyboard-shortcut first-keystroke="ctrl f" /> | |
</action> | |
<action id="FindNext"> | |
<keyboard-shortcut first-keystroke="f3" /> | |
</action> | |
<action id="FindPrevious"> | |
<keyboard-shortcut first-keystroke="shift f3" /> | |
</action> | |
<action id="Git.Push" /> | |
<action id="GotoAction"> | |
<keyboard-shortcut first-keystroke="shift ctrl p" /> | |
</action> | |
<action id="GotoDeclaration"> | |
<mouse-shortcut keystroke="control button1" /> | |
<mouse-shortcut keystroke="button2" /> | |
<keyboard-shortcut first-keystroke="f2" /> | |
</action> | |
<action id="GotoFile"> | |
<keyboard-shortcut first-keystroke="ctrl p" /> | |
</action> | |
<action id="GotoImplementation"> | |
<keyboard-shortcut first-keystroke="ctrl alt b" /> | |
<mouse-shortcut keystroke="control alt button1" /> | |
<keyboard-shortcut first-keystroke="f2" /> | |
</action> | |
<action id="GotoLine"> | |
<keyboard-shortcut first-keystroke="ctrl g" /> | |
<keyboard-shortcut first-keystroke="shift semicolon" /> | |
</action> | |
<action id="GotoSymbol"> | |
<keyboard-shortcut first-keystroke="shift ctrl r" /> | |
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl period" /> | |
</action> | |
<action id="GotoTest" /> | |
<action id="Images.Editor.ZoomIn"> | |
<keyboard-shortcut first-keystroke="ctrl add" /> | |
</action> | |
<action id="Images.Editor.ZoomOut"> | |
<keyboard-shortcut first-keystroke="ctrl subtract" /> | |
</action> | |
<action id="Images.ShowThumbnails" /> | |
<action id="ImplementMethods" /> | |
<action id="IncrementalSearch"> | |
<keyboard-shortcut first-keystroke="ctrl i" /> | |
</action> | |
<action id="InsertLiveTemplate" /> | |
<action id="IpnbAddCellBelowAction" /> | |
<action id="IpnbCodeCellAction" /> | |
<action id="IpnbRunCellInplaceAction" /> | |
<action id="JumpToLastWindow" /> | |
<action id="MoveLineDown"> | |
<keyboard-shortcut first-keystroke="shift ctrl down" /> | |
</action> | |
<action id="MoveLineUp"> | |
<keyboard-shortcut first-keystroke="shift ctrl up" /> | |
</action> | |
<action id="NextOccurence" /> | |
<action id="OpenFile"> | |
<keyboard-shortcut first-keystroke="ctrl o" /> | |
</action> | |
<action id="OverrideMethods" /> | |
<action id="ParameterInfo" /> | |
<action id="PreviousOccurence" /> | |
<action id="QuickEvaluateExpression"> | |
<keyboard-shortcut first-keystroke="ctrl alt f8" /> | |
<keyboard-shortcut first-keystroke="shift f9" /> | |
</action> | |
<action id="Replace"> | |
<keyboard-shortcut first-keystroke="ctrl h" /> | |
</action> | |
<action id="ReplaceInPath" /> | |
<action id="Resume" /> | |
<action id="SaveAs"> | |
<keyboard-shortcut first-keystroke="shift ctrl s" /> | |
</action> | |
<action id="SelectNextOccurrence"> | |
<keyboard-shortcut first-keystroke="alt j" /> | |
<keyboard-shortcut first-keystroke="ctrl d" /> | |
</action> | |
<action id="SendEOF" /> | |
<action id="ShowBookmarks" /> | |
<action id="SmartStepInto"> | |
<keyboard-shortcut first-keystroke="shift f7" /> | |
<keyboard-shortcut first-keystroke="f10" /> | |
</action> | |
<action id="StepInto"> | |
<keyboard-shortcut first-keystroke="f7" /> | |
<keyboard-shortcut first-keystroke="shift f11" /> | |
</action> | |
<action id="StepOut"> | |
<keyboard-shortcut first-keystroke="shift f8" /> | |
<keyboard-shortcut first-keystroke="f12" /> | |
</action> | |
<action id="StepOver" /> | |
<action id="SwitchApply"> | |
<keyboard-shortcut first-keystroke="shift alt enter" /> | |
</action> | |
<action id="SwitchLeft"> | |
<keyboard-shortcut first-keystroke="shift alt left" /> | |
</action> | |
<action id="SwitchRight"> | |
<keyboard-shortcut first-keystroke="shift alt right" /> | |
</action> | |
<action id="ToggleBookmark" /> | |
<action id="ToggleFullScreen"> | |
<keyboard-shortcut first-keystroke="f11" /> | |
</action> | |
<action id="TypeHierarchy" /> | |
<action id="UML.ApplyCurrentLayout" /> | |
<action id="Uml.ShowDiff" /> | |
<action id="ViewSource" /> | |
<action id="hg4idea.push" /> | |
</keymap>u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment