improved manouvering

This commit is contained in:
Ämin Baumeler 2025-06-10 14:54:36 +02:00
parent 12bde0fa39
commit a32507a7fb

View File

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