Skip to content

Instantly share code, notes, and snippets.

@rawaludin
Created September 2, 2014 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawaludin/80bf04d60f9c1b8793d1 to your computer and use it in GitHub Desktop.
Save rawaludin/80bf04d60f9c1b8793d1 to your computer and use it in GitHub Desktop.
Sublime Text Keymap
[
{ "keys": ["enter"], "command": "commit_completion", "context":
[
{ "key": "auto_complete_visible" },
{ "key": "setting.auto_complete_commit_on_tab", "operand": true }
]
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment