Sublime: new packages, key bindings and settings.

This commit is contained in:
Artem Sapegin
2013-04-25 23:54:44 +04:00
parent 84636be8bd
commit 0d7b554528
3 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,8 @@
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["f3"], "command": "find_next" },
{ "keys": ["super+r"], "command": "show_panel", "args": {"panel": "replace"} },
{ "keys": ["super+g"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
// Wrap with quotes and brackets without autopairing (auto_match_enabled=false)
{ "keys": ["\""], "command": "insert_snippet", "args": {"contents": "\"${0:$SELECTION}\""}, "context":