Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@StudioSpindle
Created September 30, 2019 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StudioSpindle/cf8b0105549e0ea3b929eeabcc978bbf to your computer and use it in GitHub Desktop.
Save StudioSpindle/cf8b0105549e0ea3b929eeabcc978bbf to your computer and use it in GitHub Desktop.
<keymap version="1" name="Keyboard 60%" parent="Sublime Text (Mac OS X)">
<action id="EditorCutLineBackward">
<keyboard-shortcut first-keystroke="ctrl u" />
</action>
<action id="EditorLeftWithSelection">
<keyboard-shortcut first-keystroke="shift left" />
<keyboard-shortcut first-keystroke="shift ctrl b" />
</action>
<action id="EditorNextWord">
<keyboard-shortcut first-keystroke="alt right" />
<keyboard-shortcut first-keystroke="ctrl alt f" />
</action>
<action id="EditorNextWordWithSelection">
<keyboard-shortcut first-keystroke="shift alt right" />
<keyboard-shortcut first-keystroke="shift ctrl alt f" />
</action>
<action id="EditorPreviousWord">
<keyboard-shortcut first-keystroke="alt left" />
<keyboard-shortcut first-keystroke="ctrl alt b" />
</action>
<action id="EditorPreviousWordWithSelection">
<keyboard-shortcut first-keystroke="shift alt left" />
<keyboard-shortcut first-keystroke="shift ctrl alt b" />
</action>
<action id="EditorRightWithSelection">
<keyboard-shortcut first-keystroke="shift right" />
<keyboard-shortcut first-keystroke="shift right" second-keystroke="shift ctrl f" />
</action>
<action id="ShowFilterPopup" />
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment