Skip to content

Commit

Permalink
Some sublime shortcut keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Mar 14, 2013
1 parent 88818a5 commit b5d90b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sublime Text 2/Packages/User/Default (OSX).sublime-keymap
@@ -1,4 +1,6 @@
[
{ "keys": ["super+v"], "command": "paste_and_indent"},
{ "keys": ["shift+super+v"], "command": "paste"}
{ "keys": ["shift+super+v"], "command": "paste"},
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+ctrl+r"], "command": "reveal_in_side_bar"}
]

0 comments on commit b5d90b6

Please sign in to comment.