Created
June 4, 2013 05:20
-
-
Save githiro/5703765 to your computer and use it in GitHub Desktop.
Sublime text2: sublime-keymap(change tabs by ltr or rtl order)
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
Show hidden characters
[ | |
{"keys": ["ctrl+tab"], "command": "next_view"}, | |
{"keys": ["ctrl+shift+tab"], "command": "prev_view"}, | |
{"keys": ["ctrl+pagedown"], "command": "next_view_in_stack"}, | |
{"keys": ["ctrl+pageup"], "command": "prev_view_in_stack"}, | |
{"keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": { | |
"auto_save": true, | |
"delay": 0, | |
"activate_browser": true, | |
"browser_name": "all" | |
}} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment