Let ctrl+shift+b expand selection to brackets.
This commit is contained in:
parent
40991e0a95
commit
9b5f3c4742
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
[
|
||||
{ "keys": ["ctrl+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
|
||||
{ "keys": ["ctrl+shift+m"], "command": "toggle_minimap"},
|
||||
{ "keys": ["ctrl+shift+b"], "command": "expand_selection", "args": {"to": "brackets"} },
|
||||
{ "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"}},
|
||||
{
|
||||
|
@ -19,7 +20,6 @@
|
|||
|
||||
// Disable default keybinds I don't care about
|
||||
{ "keys": ["ctrl+b"], "command": "false" },
|
||||
{ "keys": ["ctrl+shift+b"], "command": "false" },
|
||||
|
||||
// Auto-pair backticks
|
||||
{ "keys": ["`"], "command": "insert_snippet", "args": {"contents": "`$0`"}, "context":
|
||||
|
|
Loading…
Reference in a new issue