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

Add select and deselect actions

Close #2358
This commit is contained in:
Junegunn Choi
2021-02-25 21:14:15 +09:00
parent 806a47a7cc
commit 76bbf57b3d
5 changed files with 60 additions and 0 deletions

View File

@@ -784,6 +784,7 @@ A key or an event can be bound to one or more of the following actions.
\fBclear-query\fR (clear query string)
\fBdelete-char\fR \fIdel\fR
\fBdelete-char/eof\fR \fIctrl-d\fR (same as \fBdelete-char\fR except aborts fzf if query is empty)
\fBdeselect\fR
\fBdeselect-all\fR (deselect all matches)
\fBdisable-search\fR (disable search functionality)
\fBdown\fR \fIctrl-j ctrl-n down\fR
@@ -819,6 +820,7 @@ A key or an event can be bound to one or more of the following actions.
\fBrefresh-preview\fR
\fBreload(...)\fR (see below for the details)
\fBreplace-query\fR (replace query string with the current selection)
\fBselect\fR
\fBselect-all\fR (select all matches)
\fBtoggle\fR (\fIright-click\fR)
\fBtoggle-all\fR (toggle all matches)