Skip to content

Instantly share code, notes, and snippets.

@benhoskings
Created September 20, 2013 05:55
Show Gist options
  • Save benhoskings/6633784 to your computer and use it in GitHub Desktop.
Save benhoskings/6633784 to your computer and use it in GitHub Desktop.
sublime key bindings
[
{ "keys": ["super+shift+e"], "command": "use_selection_for_replace"},
{ "keys": ["alt+g"], "command": "next_result"},
{ "keys": ["super+v"], "command": "paste_and_indent"},
{ "keys": ["shift+super+v"], "command": "paste"},
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+alt+f"], "command": "replace_next"},
{ "keys": ["super+ctrl+r"], "command": "reveal_in_side_bar"},
{ "keys": ["super+ctrl+w"], "command": "close_all_files"},
{ "keys": ["super+r"], "command": "run_last_ruby_test"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment