Skip to content

Instantly share code, notes, and snippets.

@john-crossley
Created January 9, 2015 20:02
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 john-crossley/e207dd48f67f5dd8579a to your computer and use it in GitHub Desktop.
Save john-crossley/e207dd48f67f5dd8579a to your computer and use it in GitHub Desktop.
Default (OSX).sublime-keymap
[
{ "keys": ["super+alt+n"], "command": "advanced_new_file_new"},
{ "keys": ["shift+super+alt+n"], "command": "advanced_new_file_new", "args": {"is_python": true}},
{
"keys": ["tab"],
"command": "insert",
"args": {"characters": "\t"},
"context": [{
"key": "setting.anf_panel"
}]
},
{ "keys": ["ctrl+shift+t"], "command": "toggle_tabs" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment