Skip to content

Instantly share code, notes, and snippets.

@mdwhatcott
Created November 29, 2016 16:35
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 mdwhatcott/e04ebaf6e4c737d9a9f91b2a17e1ba85 to your computer and use it in GitHub Desktop.
Save mdwhatcott/e04ebaf6e4c737d9a9f91b2a17e1ba85 to your computer and use it in GitHub Desktop.
sublime keyboard shortcuts
[
{ "keys": ["super+k", "super+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
{ "keys": ["super+k", "super+m"], "command": "toggle_minimap" },
{ "keys": ["super+k", "super+t"], "command": "delete_trailing_spaces" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment