mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix autocomplete:cancel keybinding
This commit is contained in:
@@ -3,6 +3,4 @@ window.keymap.bindKeys '.editor',
|
||||
|
||||
window.keymap.bindKeys '.editor.autocomplete',
|
||||
'enter': 'autocomplete:select'
|
||||
|
||||
window.keymap.bindKeys '#autocomplete',
|
||||
'escape': 'autocomplete:remove'
|
||||
'escape': 'autocomplete:cancel'
|
||||
Reference in New Issue
Block a user