summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-02-25 21:14:15 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-02-25 21:23:05 +0900
commit76bbf57b3dad4bd29e2f51337de11732a2146e5f (patch)
tree5bea0fcab0d2c761f69e516f260dc5d771e9ccd5 /man
parent806a47a7ccf58e7e325c779e4f08a2ddd56aa100 (diff)
Add select and deselect actions
Close #2358
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.12
1 files changed, 2 insertions, 0 deletions
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)