Skip to content

Instantly share code, notes, and snippets.

@bearlikelion
Last active August 29, 2015 13:59
Show Gist options
  • Save bearlikelion/10739028 to your computer and use it in GitHub Desktop.
Save bearlikelion/10739028 to your computer and use it in GitHub Desktop.
Sublime text keybinds
[
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+space"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+f"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
{ "keys": ["ctrl+b"], "command": "markdown_preview", "args": {"target": "browser", "parser":"markdown"} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment