mirror of
https://github.com/atom/atom.git
synced 2026-02-15 09:05:58 -05:00
Simplify select list keymap selector
I used it as an example in the docs, so I wanted it to be simple. I tried this version and it still worked.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
".select-list .mini.editor input":
|
||||
".select-list .mini.editor":
|
||||
'enter': 'core:confirm',
|
||||
'escape': 'core:cancel'
|
||||
'meta-w': 'core:cancel'
|
||||
|
||||
Reference in New Issue
Block a user