From 77108587b2b0f5992df8df1fb99c2463c9643f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 7 Oct 2025 08:26:34 +0200 Subject: [PATCH] vis: fzf.sh scheme path, alt-enter for enable search --- vis/.config/vis/fzf.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vis/.config/vis/fzf.sh b/vis/.config/vis/fzf.sh index 662ed66..2553848 100755 --- a/vis/.config/vis/fzf.sh +++ b/vis/.config/vis/fzf.sh @@ -271,6 +271,7 @@ exec fzf --query "$3" \ --header-label "$label" \ --multi \ --ansi \ + --scheme path \ --delimiter : \ --ghost ' (Use alt-? for help)' \ --bind "enter:transform($accept)" \ @@ -285,4 +286,5 @@ exec fzf --query "$3" \ --bind "alt-s:$key" \ --bind "alt-p:change-preview(sh $0 preview {1} {2})+toggle-preview" \ --bind "alt-u:change-preview-window(up|right)" \ - --bind "alt-?:change-preview(echo '$HELP')+show-preview" + --bind "alt-?:change-preview(echo '$HELP')+show-preview" \ + --bind "alt-enter:unbind(change,alt-enter)+enable-search+clear-query"