Created
September 25, 2013 23:41
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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"} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI by default CMD-SHIFT-W closes the window (together with all the files). Might just replace your cmd-ctrl-w