Skip to content

Instantly share code, notes, and snippets.

@PauloLuan
Created November 22, 2013 22:42
Show Gist options
  • Save PauloLuan/7608135 to your computer and use it in GitHub Desktop.
Save PauloLuan/7608135 to your computer and use it in GitHub Desktop.
Sublime Keybind
[
{ "keys": ["ctrl+shift+f"], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["ctrl+shift+s"], "command": "save_all" },
{ "keys": ["ctrl+shift+k"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false} },
{ "keys": ["ctrl+r"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment