subl3 config
This commit is contained in:
@@ -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 } }
|
||||
]
|
||||
Reference in New Issue
Block a user