Skip to content

Instantly share code, notes, and snippets.

@mmartinson
Created October 14, 2014 18:53
Show Gist options
  • Save mmartinson/cf010a1937f498a7176d to your computer and use it in GitHub Desktop.
Save mmartinson/cf010a1937f498a7176d to your computer and use it in GitHub Desktop.
Sublime keymappings
[
{"keys": ["super+shift+r"], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["alt+."], "command": "reveal_in_side_bar" },
{ "keys": ["ctrl+0"], "command": "focus_side_bar" },
{ "keys": ["super+k", "super+f"], "command": "focus_side_bar" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment