From e91035c43a1eeec2e79fc6dff12357d97ce8a93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Wed, 11 Jun 2025 13:32:03 +0200 Subject: [PATCH] improved smootheness --- src/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.sh b/src/main.sh index 6fe5232..b56aa67 100755 --- a/src/main.sh +++ b/src/main.sh @@ -405,7 +405,7 @@ if [ "${1:-}" = "--day" ]; then --accept-nth='1,2,3,4' \ --preview="$0 --preview {}" \ --expect="ctrl-n,esc,backspace,q" \ - --bind='load:hide-preview' \ + --bind='start:hide-preview' \ --bind='ctrl-j:down+hide-preview+transform:echo {} | grep \|\| || echo show-preview' \ --bind='ctrl-k:up+hide-preview+transform:echo {} | grep \|\| || echo show-preview' \ --bind="ctrl-s:execute($SYNC_CMD ; printf 'Press to continue.'; read -r tmp)" \