Created
November 23, 2015 00:43
-
-
Save yaronn/6f48c52b985c2fef195d to your computer and use it in GitHub Desktop.
sublime move tabs with pageup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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