Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Last active May 28, 2016 07:14
Show Gist options
  • Save ZakharDay/d59ab7c1f247def12762 to your computer and use it in GitHub Desktop.
Save ZakharDay/d59ab7c1f247def12762 to your computer and use it in GitHub Desktop.
Atom Autocomplete Keybindings
'atom-text-editor:not(mini).autocomplete-active':
'enter': 'autocomplete-plus:confirm'
'up': 'autocomplete-plus:select-previous'
'down': 'autocomplete-plus:select-next'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment