Skip to content

Instantly share code, notes, and snippets.

@eddietree
Created February 15, 2015 02:01
Show Gist options
  • Save eddietree/9669531aa206e76381f1 to your computer and use it in GitHub Desktop.
Save eddietree/9669531aa206e76381f1 to your computer and use it in GitHub Desktop.
Default sublime keymap
[
{ "keys": ["ctrl+e"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} },
{ "keys": ["ctrl+shift+w"], "command": "close_others" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment