From aee1a1bf243c6370cefd862e428df68e1582beaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Thu, 12 Jun 2025 11:40:47 +0200 Subject: [PATCH] improvement: no jump to "day" line in search view --- src/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.sh b/src/main.sh index 600a4e6..cb513ad 100755 --- a/src/main.sh +++ b/src/main.sh @@ -614,7 +614,7 @@ selection=$( --bind="ctrl-k:transform:([ {1} = \"+\" ] && [ \$FZF_POS -ge 7 ]) && echo unbind\(load\)+reload:$0 --list {2} '-1 day'|| echo up" \ - --bind="change:reload($0 --all)+hide-preview" \ + --bind="change:unbind(load)+reload($0 --all)+hide-preview" \ --bind="backward-eof:rebind(load)+reload($0 --list)+show-preview" \ --bind="load:pos($DISPLAY_POS)" \ --bind="ctrl-u:unbind(load)+reload:$0 --list {2} '-1 week'" \