Add up/down arrow key support to fuzzy search. Closes #340

This commit is contained in:
Tulir Asokan 2022-03-06 22:47:34 +02:00
parent b5543736f6
commit ae34776631

View File

@ -17,7 +17,9 @@ main:
modal:
'Tab': select_next
'Down': select_next
'Backtab': select_prev
'Up': select_prev
'Enter': confirm
'Escape': cancel