diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-09 13:37:22 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-09 13:37:22 +0900 |
| commit | 1be1991299b6a5d9d8407b8c9b84f8da1da3c15a (patch) | |
| tree | 304c0515a6f8c70660ae933537c500a07748bfd5 /man | |
| parent | 67dd7e1923f8084de1064bf54659100626c1e0ef (diff) | |
| download | fzf-1be1991299b6a5d9d8407b8c9b84f8da1da3c15a.tar.gz | |
Add exclude-current action
https://github.com/junegunn/fzf/pull/4231#issuecomment-2646063208
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 74d0c05d..6482b52b 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -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) |
