From 6be855be6af102a0f89932e5752ce75aa9713108 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 22 Apr 2023 22:01:00 +0900 Subject: Add change-header and transform-header Close #3237 --- 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 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) -- cgit v1.2.3