Files
home/.config/sublime-text-3/Packages/User/Default (Linux).sublime-keymap
2018-11-05 21:29:28 +01:00

6 lines
228 B
Plaintext

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