From ae347766311227f6dfb6cda84316378265352f16 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 6 Mar 2022 22:47:34 +0200 Subject: [PATCH] Add up/down arrow key support to fuzzy search. Closes #340 --- config/keybindings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/keybindings.yaml b/config/keybindings.yaml index 7ad708d..d92c156 100644 --- a/config/keybindings.yaml +++ b/config/keybindings.yaml @@ -17,7 +17,9 @@ main: modal: 'Tab': select_next + 'Down': select_next 'Backtab': select_prev + 'Up': select_prev 'Enter': confirm 'Escape': cancel