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:
Nathan Sobo
2013-02-13 11:33:38 -07:00
parent 167ff9aa79
commit 461051f756

View File

@@ -1,4 +1,4 @@
".select-list .mini.editor input":
".select-list .mini.editor":
'enter': 'core:confirm',
'escape': 'core:cancel'
'meta-w': 'core:cancel'