summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-09-18 22:14:43 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-09-18 22:14:43 +0200
commit360ecccdad59c89de4caeaf7618b920584655399 (patch)
tree4cd951973c6eea1c1169ad39d4eec8858f5e8253
parent5388d4f020ae71ef0d5cd7f2382e24506b9decd9 (diff)
[commander] set instant option for fzf
-rwxr-xr-xbin/menuscripts/commander2
1 files changed, 1 insertions, 1 deletions
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