Skip to content

Instantly share code, notes, and snippets.

@MauMaGau
Created September 11, 2013 12:09
Show Gist options
  • Save MauMaGau/6522679 to your computer and use it in GitHub Desktop.
Save MauMaGau/6522679 to your computer and use it in GitHub Desktop.
Sublime key map
[
{ "keys": ["ctrl+shift+c"], "command": "unexpand_tabs", "args": { "set_translate_tabs": false } },
{ "keys": ["ctrl+shift+x"], "command": "expand_tabs", "args": { "set_translate_tabs": false } },
{ "keys": ["ctrl+shift+alt+z"], "command": "run_macro_file", "args": {"file": "Packages/User/FixIndentation.sublime-macro"}},
{ "keys": ["f2"], "command": "next_bookmark" },
{ "keys": ["shift+f2"], "command": "prev_bookmark" },
{ "keys": ["ctrl+shift+f2"], "command": "toggle_bookmark" },
{ "keys": ["ctrl+shift+alt+w"], "command": "close_all" },
{ "keys": ["ctrl+v"], "command": "paste_and_indent" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment