Skip to content

Instantly share code, notes, and snippets.

@sivagao
Created June 26, 2013 13:25
Show Gist options
  • Save sivagao/5867338 to your computer and use it in GitHub Desktop.
Save sivagao/5867338 to your computer and use it in GitHub Desktop.
keybind sublime
[
{"keys": ["ctrl+alt+b"], "command": "open_browser"},
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+shift+v"], "command": "paste" },
{"keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment