Skip to content

Instantly share code, notes, and snippets.

@joshrieken
Created June 23, 2013 00:04
Show Gist options
  • Save joshrieken/5843181 to your computer and use it in GitHub Desktop.
Save joshrieken/5843181 to your computer and use it in GitHub Desktop.
sublime text 2 + vintage mode autocomplete fix
{ "keys": ["ctrl+c"], "command": "hide_auto_complete", "context":
[
{ "key": "auto_complete_visible", "operator": "equal", "operand": true }
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment