From ba6d1b8772ce5e75ff999dcca21c0fadb689d7bf Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 28 Mar 2025 23:35:20 +0900 Subject: Add change-ghost and transform-ghost --- man/man1/fzf.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man') 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) -- cgit v1.2.3