cancel and move to first selection for ESC

This commit is contained in:
Matthias Johnson 2026-02-14 21:27:02 -07:00
parent 364530fc31
commit 15931afd80

2
bwzy
View file

@ -215,7 +215,7 @@ jq -r '.[] | [ .id, .name, "`'"$BWZY_FOLDER_SYMBOL"'" + .folderId + "`" ] | join
--bind 'alt-,:toggle-preview' \
--bind 'alt-/:toggle-preview-wrap' \
--bind 'alt-?:toggle-header' \
--bind 'esc:cancel' \
--bind 'esc:cancel+first' \
--bind 'focus:transform-preview-label:echo {2} / {3}' \
--bind "focus:change-prompt($BWZY_PROMPT_SYMBOL)" \
--preview-window 'down:75%:hidden' \