From 76bbf57b3dad4bd29e2f51337de11732a2146e5f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 25 Feb 2021 21:14:15 +0900 Subject: Add select and deselect actions Close #2358 --- man/man1/fzf.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man') diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index d29ed548..486a0ad8 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -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) -- cgit v1.2.3