home/.config/sublime-text-3/Packages/User/Default (Linux).sublime-keymap

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 } }
]