Fix autocomplete:cancel keybinding

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-04-18 15:58:36 -07:00
parent 5e1d7c774c
commit 317b8ddf05

View File

@@ -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'