Skip to content

Instantly share code, notes, and snippets.

@ap0llo
Last active August 29, 2015 14:24
Show Gist options
  • Save ap0llo/7a3828cad6d8d2d1ab1a to your computer and use it in GitHub Desktop.
Save ap0llo/7a3828cad6d8d2d1ab1a to your computer and use it in GitHub Desktop.
Customized Visual Studio Keymap for IntelliJ
<keymap version="1" name="Visual Studio - Customized" parent="Visual Studio">
<action id="CollapseAll">
<keyboard-shortcut first-keystroke="control SUBTRACT" />
</action>
<action id="CollapseAllRegions">
<keyboard-shortcut first-keystroke="control M" second-keystroke="control O" />
</action>
<action id="CollapseBlock" />
<action id="CollapseRegion" />
<action id="CollapseSelection">
<keyboard-shortcut first-keystroke="control M" second-keystroke="control M" />
</action>
<action id="CommentByLineComment">
<keyboard-shortcut first-keystroke="control E" second-keystroke="control C" />
<keyboard-shortcut first-keystroke="control E" second-keystroke="control U" />
</action>
<action id="Console.History.Next" />
<action id="Console.History.Previous" />
<action id="Console.TableResult.EditValue">
<keyboard-shortcut first-keystroke="alt ENTER" />
</action>
<action id="Debug">
<keyboard-shortcut first-keystroke="F5" />
</action>
<action id="EditorDecreaseFontSize">
<keyboard-shortcut first-keystroke="control MINUS" />
</action>
<action id="EditorIncreaseFontSize">
<keyboard-shortcut first-keystroke="control PLUS" />
</action>
<action id="EditorLookupDown" />
<action id="EditorLookupUp" />
<action id="EditorScrollDown" />
<action id="EditorScrollToCenter" />
<action id="EditorScrollUp" />
<action id="GotoNextError" />
<action id="GuiDesigner.EditComponent" />
<action id="GuiDesigner.EditGroup" />
<action id="Images.Editor.ZoomOut">
<keyboard-shortcut first-keystroke="control SUBTRACT" />
</action>
<action id="Maven.CollapseAll">
<keyboard-shortcut first-keystroke="control SUBTRACT" />
</action>
<action id="MethodDown" />
<action id="MethodUp" />
<action id="MoveLineDown">
<keyboard-shortcut first-keystroke="alt DOWN" />
</action>
<action id="MoveLineUp">
<keyboard-shortcut first-keystroke="alt UP" />
</action>
<action id="RecentFiles" />
<action id="RenameElement">
<keyboard-shortcut first-keystroke="shift F6" />
<keyboard-shortcut first-keystroke="F2" />
</action>
<action id="Resume" />
<action id="Run" />
<action id="ScrollTreeToCenter" />
<action id="ShowContent" />
<action id="SwitchApply">
<keyboard-shortcut first-keystroke="shift alt ENTER" />
</action>
<action id="SwitchDown">
<keyboard-shortcut first-keystroke="shift alt DOWN" />
</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="SwitchUp">
<keyboard-shortcut first-keystroke="shift alt UP" />
</action>
<action id="UsageView.ShowRecentFindUsages" />
<action id="Vcs.ShowMessageHistory" />
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment