Skip to content

Instantly share code, notes, and snippets.

@githiro
Created June 4, 2013 05:20
Show Gist options
  • Save githiro/5703765 to your computer and use it in GitHub Desktop.
Save githiro/5703765 to your computer and use it in GitHub Desktop.
Sublime text2: sublime-keymap(change tabs by ltr or rtl order)
[
{"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