Sublime: show symbols hot key.
This commit is contained in:
parent
8390301c8b
commit
b2baeae85a
@ -5,5 +5,6 @@
|
||||
{ "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": ":"} }
|
||||
{ "keys": ["super+g"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
|
||||
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"} }
|
||||
]
|
Loading…
Reference in New Issue
Block a user