From 360ecccdad59c89de4caeaf7618b920584655399 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 18 Sep 2023 22:14:43 +0200 Subject: [commander] set instant option for fzf --- bin/menuscripts/commander | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/menuscripts/commander b/bin/menuscripts/commander index ce431e1..d0a1454 100755 --- a/bin/menuscripts/commander +++ b/bin/menuscripts/commander @@ -239,7 +239,7 @@ main() post_filter() { awk '{print $1}'; } } - menucmd() { fzf "$@"; } + menucmd() { fzf -0 -1 "$@"; } ;; esac -- cgit v1.2.3