Updated configs from Laptop

This commit is contained in:
Nis Börge Wechselberg 2014-09-12 16:50:10 +02:00
parent f50133f5ad
commit 9e53d35ce4
3 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,5 @@
[
{ "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" },
]