Skip to content

Instantly share code, notes, and snippets.

@s10wen
Last active October 7, 2015 14:08
Show Gist options
  • Save s10wen/3177052 to your computer and use it in GitHub Desktop.
Save s10wen/3177052 to your computer and use it in GitHub Desktop.
Sublime Text 2 - Key Bindings - User
[
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+b"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+t"], "command": "delete_trailing_spaces" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment