Skip to content

Instantly share code, notes, and snippets.

@rgomezcasas
Created April 4, 2013 15:56
Show Gist options
  • Save rgomezcasas/5311643 to your computer and use it in GitHub Desktop.
Save rgomezcasas/5311643 to your computer and use it in GitHub Desktop.
My Sublime Key Bindings
[
{ "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