Skip to content

Instantly share code, notes, and snippets.

@josephabrahams
Last active August 29, 2015 13:57
Show Gist options
  • Save josephabrahams/9507080 to your computer and use it in GitHub Desktop.
Save josephabrahams/9507080 to your computer and use it in GitHub Desktop.
Sublime Text 2 Keybindings
[
{ "keys": ["super+n"], "command": "new_window" },
{ "keys": ["super+t"], "command": "new_file" },
{ "keys": ["super+l,super+enter"], "command": "clone_file" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment