Skip to content

Instantly share code, notes, and snippets.

@ariellephan
Created August 3, 2013 05:18
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 ariellephan/6145282 to your computer and use it in GitHub Desktop.
Save ariellephan/6145282 to your computer and use it in GitHub Desktop.
switch tab in sublime
[
{ "keys": ["ctrl+pagedown"], "command": "prev_view" },
{ "keys": ["ctrl+pageup"], "command": "next_view" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment