m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

Rename actions: exclude and exclude-multi

https://github.com/junegunn/fzf/pull/4231#issuecomment-2646067669
This commit is contained in:
Junegunn Choi
2025-02-09 13:52:20 +09:00
parent 1be1991299
commit a2420026ab
5 changed files with 15 additions and 13 deletions

View File

@@ -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)