Sublime: new packages, key bindings and settings.
This commit is contained in:
@ -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":
|
||||
|
Reference in New Issue
Block a user