Last active
May 28, 2016 07:14
-
-
Save ZakharDay/d59ab7c1f247def12762 to your computer and use it in GitHub Desktop.
Atom Autocomplete Keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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