summaryrefslogtreecommitdiffstats
path: root/man/man1/fzf.1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-04-27 17:38:06 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-04-27 17:38:06 +0900
commit608232568b2639c4ed71965e434debdd4b276fcd (patch)
treebb24a9176a3102b9e57fdeaace7369b92810e8d9 /man/man1/fzf.1
parent7f85beccb5b6a86fd81db66876db835f9deb4e6e (diff)
Add 'change-multi' action
Close #3754
Diffstat (limited to 'man/man1/fzf.1')
-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 0d131c7a..458c6a5f 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -1282,6 +1282,8 @@ A key or an event can be bound to one or more of the following actions.
\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-multi\fR (enable multi-select mode with no limit)
+ \fBchange-multi(...)\fR (enable multi-select mode with a limit or disable it with 0)
\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 '|')