Add ctrl+shift+c to toggle centered mode.
This commit is contained in:
parent
e20f2a37e9
commit
a9f5bb0679
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
[
|
||||
{ "keys": ["ctrl+shift+c"], "command": "toggle_setting", "args": {"setting": "draw_centered"}},
|
||||
{ "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"} },
|
||||
|
|
Loading…
Reference in a new issue