summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-01-13 00:13:31 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-01-13 00:13:31 +0900
commitd83eb2800a09d86e17c0339d86bd1f22f68164a8 (patch)
tree0be6b9c97bf9f8434a367fe2996b82f4b4e36f95 /man
parent6f943112a9998d504a5660754f400786e79f80b2 (diff)
downloadfzf-d83eb2800a09d86e17c0339d86bd1f22f68164a8.tar.gz
Add change-nth action
Example: # Start with --nth 1, then 2, then 3, then back to the default, 1 echo 'foo foobar foobarbaz' | fzf --bind 'space:change-nth(2|3|)' --nth 1 -q foo Close #4172 Close #3109
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.13
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 8a5b3638..85cc28f9 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -496,7 +496,7 @@ the label. Label is printed on the top border line by default, add
.SS LIST SECTION
.TP
-.B "\-m, \-\-multi"
+.BI "\-m, \-\-multi" "[=MAX]"
Enable multi-select with tab/shift\-tab. It optionally takes an integer argument
which denotes the maximum number of items that can be selected.
.TP
@@ -1525,6 +1525,7 @@ A key or an event can be bound to one or more of the following actions.
\fBchange\-list\-label(...)\fR (change \fB\-\-list\-label\fR to the given string)
\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\-nth(...)\fR (change \fB\-\-nth\fR option; rotate through the multiple options separated by '|')
\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 '|')