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

6 lines
233 B
Text
Raw Normal View History

2014-09-12 16:50:10 +02:00
[
{ "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" },
]