ctrl+shift+enter keybind for continuing comment blocks.
This commit is contained in:
parent
a7b6c60546
commit
e57f67a288
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
{ "keys": ["ctrl+shift+m"], "command": "toggle_minimap"},
|
||||
{ "keys": ["alt+shift+."], "command": "insert_snippet", "args": { "name": "Packages/XML/long-tag.sublime-snippet" }},
|
||||
{ "keys": ["shift+delete"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"}},
|
||||
{ "keys": ["ctrl+shift+enter"], "command": "insert", "args": {"characters": "\n#"}},
|
||||
|
||||
// Auto-pair backticks
|
||||
{ "keys": ["`"], "command": "insert_snippet", "args": {"contents": "`$0`"}, "context":
|
||||
|
|
Loading…
Reference in a new issue