5 lines
233 B
Text
5 lines
233 B
Text
[
|
|
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
|
|
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
|
|
{ "keys": ["ctrl+space"], "command": "auto_complete" },
|
|
]
|