summaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-01-30 00:50:46 +0900
committerGitHub <noreply@github.com>2025-01-30 00:50:46 +0900
commit6c0ca4a64a4e2f8697dfa830dcae56c1d7ddca51 (patch)
treeb3cb6eefec8009c815d0ce0a4bea3032f8bc0cf8 /man/man1
parent6b5d4614114f1a7a34a50c21ed2952f94a5ee81e (diff)
downloadfzf-6c0ca4a64a4e2f8697dfa830dcae56c1d7ddca51.tar.gz
Add --no-input to hide the input section (#4210)
Close #2890 Close #1396 You can't type in queries in this mode, and the only way to trigger an fzf search is to use `search(...)` action. # Click header to trigger search fzf --header '[src] [test]' --no-input --layout reverse \ --header-border bottom --input-border \ --bind 'click-header:transform-search:echo ${FZF_CLICK_HEADER_WORD:1:-1}'
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/fzf.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index ad205920..3a8a107f 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -621,6 +621,11 @@ Position of the list label
.SS INPUT SECTION
.TP
+.B "\-\-no\-input"
+Disable and hide the input section. You can no longer type in queries. To
+trigger a search, use \fBsearch\fR action.
+
+.TP
.BI "\-\-prompt=" "STR"
Input prompt (default: '> ')
.TP