summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-04-22 22:01:00 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-04-22 22:01:37 +0900
commit6be855be6af102a0f89932e5752ce75aa9713108 (patch)
tree59c7190a02bcd71fb970557a124d518324e3dfe4 /man
parentb6e3f4423bfb489f271282ea858e453ece5ab22b (diff)
Add change-header and transform-header
Close #3237
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 834babee..acdde33e 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -1031,6 +1031,7 @@ A key or an event can be bound to one or more of the following actions.
\fBbeginning-of-line\fR \fIctrl-a home\fR
\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-header(...)\fR (change header to the given string; doesn't affect \fB--header-lines\fR)
\fBchange-preview(...)\fR (change \fB--preview\fR option)
\fBchange-preview-label(...)\fR (change \fB--preview-label\fR to the given string)
\fBchange-preview-window(...)\fR (change \fB--preview-window\fR option; rotate through the multiple option sets separated by '|')
@@ -1100,6 +1101,7 @@ A key or an event can be bound to one or more of the following actions.
\fBtoggle-sort\fR
\fBtoggle+up\fR \fIbtab (shift-tab)\fR
\fBtransform-border-label(...)\fR (transform border label using an external command)
+ \fBtransform-header(...)\fR (transform header using an external command)
\fBtransform-preview-label(...)\fR (transform preview label using an external command)
\fBtransform-prompt(...)\fR (transform prompt string using an external command)
\fBtransform-query(...)\fR (transform query string using an external command)