Add ctrl+shift+c to toggle centered mode.

This commit is contained in:
voussoir 2022-01-26 21:25:07 -08:00
parent e20f2a37e9
commit a9f5bb0679
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -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"} },