Add exclude-current action

https://github.com/junegunn/fzf/pull/4231#issuecomment-2646063208
This commit is contained in:
Junegunn Choi
2025-02-09 13:37:22 +09:00
parent 67dd7e1923
commit 1be1991299
4 changed files with 79 additions and 12 deletions
+1
View File
@@ -1602,6 +1602,7 @@ A key or an event can be bound to one or more of the following actions.
\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)
\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)