Skip to content

Instantly share code, notes, and snippets.

@tristanoneil
Created December 7, 2012 15:09
Show Gist options
  • Select an option

  • Save tristanoneil/4233841 to your computer and use it in GitHub Desktop.

Select an option

Save tristanoneil/4233841 to your computer and use it in GitHub Desktop.
Sublime Key Bindings
[
{ "keys": ["command+shift+."], "command": "erb" },
{ "keys": ["super+shift+l"], "command": "expand_selection", "args": {"to": "line"} },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+alt+f"], "command": "show_panel", "args": {"panel": "find"} },
{ "keys": ["super+f"], "command": "show_panel", "args": {"panel": "replace"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment