diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-18 22:14:43 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-18 22:14:43 +0200 |
commit | 360ecccdad59c89de4caeaf7618b920584655399 (patch) | |
tree | 4cd951973c6eea1c1169ad39d4eec8858f5e8253 /bin/menuscripts/commander | |
parent | 5388d4f020ae71ef0d5cd7f2382e24506b9decd9 (diff) |
[commander] set instant option for fzf
Diffstat (limited to 'bin/menuscripts/commander')
-rwxr-xr-x | bin/menuscripts/commander | 2 |
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 |