mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
Add select-list keymap that handles up/down/confirm/cancel
This means these bindings can be removed from the fuzzy finder keymap
This commit is contained in:
5
src/app/keymaps/select-list.coffee
Normal file
5
src/app/keymaps/select-list.coffee
Normal file
@@ -0,0 +1,5 @@
|
||||
window.keymap.bindKeys ".select-list .mini.editor input",
|
||||
'enter': 'core:confirm',
|
||||
'escape': 'core:cancel'
|
||||
'meta-w': 'core:cancel'
|
||||
|
||||
Reference in New Issue
Block a user