Skip to content

Instantly share code, notes, and snippets.

@kouky
Created September 25, 2013 23:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kouky/6707786 to your computer and use it in GitHub Desktop.
Save kouky/6707786 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Key Bindings, created with the help of the awesome @benhoskings
[
{ "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"}
]
@tansengming
Copy link

CMD-L is the bomb. Thanks!

@tansengming
Copy link

FYI by default CMD-SHIFT-W closes the window (together with all the files). Might just replace your cmd-ctrl-w

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment