added quit key

This commit is contained in:
Ämin Baumeler 2025-06-10 15:26:55 +02:00
parent e4fe586db3
commit 7cd8d0ffa8

View File

@ -427,7 +427,7 @@ if [ "${1:-}" = "--day" ]; then
--with-nth='{5}' \
--accept-nth='1,2,3,4' \
--preview="$0 --preview {}" \
--expect="ctrl-n,esc,backspace" \
--expect="ctrl-n,esc,backspace,q" \
--bind="ctrl-s:execute($SYNC_CMD ; printf 'Press <enter> to continue.'; read -r tmp)" \
--bind="ctrl-alt-d:become($0 --delete {})"
)