Skip to content

Instantly share code, notes, and snippets.

@itelo
Created February 16, 2016 03:24
Show Gist options
  • Save itelo/397f2dee74deaed39b6c to your computer and use it in GitHub Desktop.
Save itelo/397f2dee74deaed39b6c to your computer and use it in GitHub Desktop.
sublime keybinds
[
{ "keys": ["ctrl+shift+t"], "command": "delete_trailing_spaces" },
{ "keys": ["ctrl+shift+o"],"command": "prompt_open_folder" },
{ "keys": ["ctrl+g"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+g"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["f2"], "command": "toggle_menu" },
{ "keys": ["ctrl+shift+d"], "command": "find_under_expand_skip" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment