Skip to content

Instantly share code, notes, and snippets.

@yaronn
Created November 23, 2015 00:43
Show Gist options
  • Save yaronn/6f48c52b985c2fef195d to your computer and use it in GitHub Desktop.
Save yaronn/6f48c52b985c2fef195d to your computer and use it in GitHub Desktop.
sublime move tabs with pageup
[
{ "keys": ["command+pagedown"], "command": "next_view" },
{ "keys": ["command+pageup"], "command": "prev_view" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment