summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-03-28 23:35:20 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-03-28 23:35:20 +0900
commitba6d1b8772ce5e75ff999dcca21c0fadb689d7bf (patch)
tree5f03736a621f7ca1b13361606d544fb0db8dd67e /man
parent0dce561ec9894781bb356e12f4adef0686421bb7 (diff)
downloadfzf-ba6d1b8772ce5e75ff999dcca21c0fadb689d7bf.tar.gz
Add change-ghost and transform-ghost
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.12
1 files changed, 2 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 33ea2609..4b2c5896 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -1609,6 +1609,7 @@ A key or an event can be bound to one or more of the following actions.
\fBbell\fR (ring the terminal bell)
\fBcancel\fR (clear query string if not empty, abort fzf otherwise)
\fBchange\-border\-label(...)\fR (change \fB\-\-border\-label\fR to the given string)
+ \fBchange\-ghost(...)\fR (change ghost text to the given string)
\fBchange\-header(...)\fR (change header to the given string; doesn't affect \fB\-\-header\-lines\fR)
\fBchange\-header\-label(...)\fR (change \fB\-\-header\-label\fR to the given string)
\fBchange\-input\-label(...)\fR (change \fB\-\-input\-label\fR to the given string)
@@ -1705,6 +1706,7 @@ A key or an event can be bound to one or more of the following actions.
\fBtrack\-current\fR (track the current item; automatically disabled if focus changes)
\fBtransform(...)\fR (transform states using the output of an external command)
\fBtransform\-border\-label(...)\fR (transform border label using an external command)
+ \fBtransform\-ghost(...)\fR (transform ghost text using an external command)
\fBtransform\-header(...)\fR (transform header using an external command)
\fBtransform\-header\-label(...)\fR (transform header label using an external command)
\fBtransform\-input\-label(...)\fR (transform input label using an external command)