subl3 config

This commit is contained in:
leosw
2018-11-05 21:29:28 +01:00
parent 3b48789e4b
commit a7fac5c275
4 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
[
{ "keys": ["f10"], "command": "toggle_menu" },
{ "keys": ["ctrl+space"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+space"], "command": "toggle_comment", "args": { "block": true } }
]