diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-09 13:52:20 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-09 13:52:20 +0900 |
| commit | a2420026ab434fc413f62ab46e0060e7c515a0d7 (patch) | |
| tree | c31bc49d3002651eeddc9c17177db85a67f058c0 /man | |
| parent | 1be1991299b6a5d9d8407b8c9b84f8da1da3c15a (diff) | |
| download | fzf-a2420026ab434fc413f62ab46e0060e7c515a0d7.tar.gz | |
Rename actions: exclude and exclude-multi
https://github.com/junegunn/fzf/pull/4231#issuecomment-2646067669
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 6482b52b..14ebb84e 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1601,8 +1601,8 @@ A key or an event can be bound to one or more of the following actions. \fBdown\fR \fIctrl\-j ctrl\-n down\fR \fBenable\-search\fR (enable search functionality) \fBend\-of\-line\fR \fIctrl\-e end\fR - \fBexclude\fR (exclude the current item or the selected items from the result) - \fBexclude\-current\fR (exclude the current item from the result) + \fBexclude\fR (exclude the current item from the result) + \fBexclude\-multi\fR (exclude the current item or the selected items from the result) \fBexecute(...)\fR (see below for the details) \fBexecute\-silent(...)\fR (see below for the details) \fBfirst\fR (move to the first match; same as \fBpos(1)\fR) |
