mirror of
https://github.com/atom/atom.git
synced 2026-02-07 13:14:55 -05:00
Autocomplete uses miniEditor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
window.keymap.bindKeys '.editor',
|
||||
'escape': 'autocomplete:toggle'
|
||||
|
||||
window.keymap.bindKeys '.editor.autocomplete',
|
||||
window.keymap.bindKeys '#autocomplete',
|
||||
'enter': 'autocomplete:confirm'
|
||||
'escape': 'autocomplete:cancel'
|
||||
|
||||
Reference in New Issue
Block a user