Skip to content

Instantly share code, notes, and snippets.

@olivierlemoal
Created May 11, 2016 20:33
Show Gist options
  • Save olivierlemoal/494350dc253940e3348b5d68e2b6b917 to your computer and use it in GitHub Desktop.
Save olivierlemoal/494350dc253940e3348b5d68e2b6b917 to your computer and use it in GitHub Desktop.
[
{"keys": ["ctrl+:"], "command": "toggle_comment", "args": { "block": false } },
{"keys": ["ctrl+shift+:"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+space"], "command": "auto_complete" },
{ "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context":
[
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false },
{ "key": "setting.tab_completion", "operator": "equal", "operand": true }
]
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment