Skip to content

Instantly share code, notes, and snippets.

@hzamir
Created October 13, 2024 13:53
Show Gist options
  • Select an option

  • Save hzamir/a44a6ba34243104947fbb22b7f723087 to your computer and use it in GitHub Desktop.

Select an option

Save hzamir/a44a6ba34243104947fbb22b7f723087 to your computer and use it in GitHub Desktop.
hzkeys
<keymap version="1" name="hzkeys" parent="Mac OS X">
<action id="$LRU">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="o" />
</action>
<action id="ActivateCommitToolWindow" />
<action id="Annotate">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="a" />
</action>
<action id="ChangesView.Revert">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="r" />
</action>
<action id="CheckinProject">
<keyboard-shortcut first-keystroke="meta k" />
<keyboard-shortcut first-keystroke="ctrl k" />
</action>
<action id="ClassNameCompletion" />
<action id="CommentByLineComment">
<keyboard-shortcut first-keystroke="meta slash" />
<keyboard-shortcut first-keystroke="meta divide" />
<keyboard-shortcut first-keystroke="ctrl slash" />
</action>
<action id="Compare.LastVersion">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="l" />
</action>
<action id="Compare.SameVersion">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="s" />
</action>
<action id="CompareTwoFiles">
<keyboard-shortcut first-keystroke="meta d" />
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="c" />
</action>
<action id="Editor LRU">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="o" />
</action>
<action id="EditorCodeBlockEndWithSelection" />
<action id="EditorCodeBlockStartWithSelection" />
<action id="EditorDecreaseFontSize">
<keyboard-shortcut first-keystroke="ctrl minus" />
</action>
<action id="EditorIncreaseFontSize">
<keyboard-shortcut first-keystroke="ctrl equals" />
</action>
<action id="EditorMatchBrace" />
<action id="EditorResetFontSize">
<keyboard-shortcut first-keystroke="ctrl 0" />
<keyboard-shortcut first-keystroke="meta 0" />
</action>
<action id="EditorToggleColumnMode">
<keyboard-shortcut first-keystroke="shift meta 8" />
<keyboard-shortcut first-keystroke="shift meta multiply" />
<keyboard-shortcut first-keystroke="shift ctrl help" />
</action>
<action id="EditorToggleShowLineNumbers">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="n" />
</action>
<action id="EditorToggleShowWhitespaces">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="w" />
</action>
<action id="Find">
<keyboard-shortcut first-keystroke="meta f" />
<keyboard-shortcut first-keystroke="alt f3" />
<keyboard-shortcut first-keystroke="ctrl f" />
</action>
<action id="FindNext">
<keyboard-shortcut first-keystroke="f3" />
<keyboard-shortcut first-keystroke="meta g" />
<keyboard-shortcut first-keystroke="ctrl g" />
</action>
<action id="FindPrevious">
<keyboard-shortcut first-keystroke="shift f3" />
<keyboard-shortcut first-keystroke="shift meta g" />
<keyboard-shortcut first-keystroke="shift ctrl g" />
</action>
<action id="FindUsages">
<keyboard-shortcut first-keystroke="alt f7" />
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="u" />
</action>
<action id="Git.Fetch">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="f" />
</action>
<action id="Git.Rebase">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="b" />
</action>
<action id="GotoAction" />
<action id="GotoBookmark0" />
<action id="GotoFile">
<keyboard-shortcut first-keystroke="shift meta n" />
<keyboard-shortcut first-keystroke="shift ctrl n" />
</action>
<action id="GotoLine" />
<action id="LocalHistory.ShowHistory">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="v" />
</action>
<action id="NewScratchFile" />
<action id="ReformatCode">
<keyboard-shortcut first-keystroke="meta alt l" />
<keyboard-shortcut first-keystroke="ctrl alt l" />
</action>
<action id="RevealIn">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="e" />
</action>
<action id="Scala.ShowImplicits">
<keyboard-shortcut first-keystroke="shift ctrl alt equals" />
<keyboard-shortcut first-keystroke="shift ctrl alt add" />
</action>
<action id="SelectInProjectView">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="p" />
</action>
<action id="SelectNextOccurrence" />
<action id="ShowSettings">
<keyboard-shortcut first-keystroke="meta comma" />
<keyboard-shortcut first-keystroke="ctrl meta s" />
</action>
<action id="TodoViewGroupByFlattenPackage" />
<action id="ToggleDistractionFreeMode">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="d" />
</action>
<action id="ToggleInlayHintsGloballyAction">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="t" />
</action>
<action id="ToggleInlineHintsAction">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="j" />
</action>
<action id="ToggleZenMode">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="z" />
</action>
<action id="UnselectPreviousOccurrence" />
<action id="UsageGrouping.DirectoryStructure" />
<action id="Vcs.ShowTabbedFileHistory">
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="h" />
</action>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment