Skip to content

Instantly share code, notes, and snippets.

@edward
Created February 25, 2014 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edward/9211020 to your computer and use it in GitHub Desktop.
Save edward/9211020 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+l"], "command": "insert", "args": {"characters": " => "}},
{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar"},
{ "keys": ["ctrl+shift+."], "command": "erb" },
// swap the keybindings for paste and paste_and_indent
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment