diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-13 00:13:31 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-13 00:13:31 +0900 |
| commit | d83eb2800a09d86e17c0339d86bd1f22f68164a8 (patch) | |
| tree | 0be6b9c97bf9f8434a367fe2996b82f4b4e36f95 /man | |
| parent | 6f943112a9998d504a5660754f400786e79f80b2 (diff) | |
| download | fzf-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.1 | 3 |
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 '|') |
