summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-12-07 14:44:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2019-12-07 14:44:24 +0900
commitaf1a5f130bbd2464131ec2ae91c538ace6801a73 (patch)
tree29603019f0a61d0b212ec9220b4b54070f879c46 /man
parent86e3994e87b264f874ea1620fc31f42e3744aad0 (diff)
Add clear-query and clear-selection
Close #1787 Related #1364
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.110
1 files changed, 6 insertions, 4 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 877330cd..db7d2870 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -632,11 +632,13 @@ A key or an event can be bound to one or more of the following actions.
\fBbackward-kill-word\fR \fIalt-bs\fR
\fBbackward-word\fR \fIalt-b shift-left\fR
\fBbeginning-of-line\fR \fIctrl-a home\fR
- \fBcancel\fR (clears query string if not empty, aborts fzf otherwise)
+ \fBcancel\fR (clear query string if not empty, abort fzf otherwise)
\fBclear-screen\fR \fIctrl-l\fR
+ \fBclear-selection\fR (clear multi-selection)
+ \fBclear-query\fR (clear query string)
\fBdelete-char\fR \fIdel\fR
\fBdelete-char/eof\fR \fIctrl-d\fR
- \fBdeselect-all\fR
+ \fBdeselect-all\fR (deselect all matches)
\fBdown\fR \fIctrl-j ctrl-n down\fR
\fBend-of-line\fR \fIctrl-e end\fR
\fBexecute(...)\fR (see below for the details)
@@ -662,9 +664,9 @@ A key or an event can be bound to one or more of the following actions.
\fBprint-query\fR (print query and exit)
\fBreload(...)\fR (see below for the details)
\fBreplace-query\fR (replace query string with the current selection)
- \fBselect-all\fR
+ \fBselect-all\fR (select all matches)
\fBtoggle\fR (\fIright-click\fR)
- \fBtoggle-all\fR
+ \fBtoggle-all\fR (toggle all matches)
\fBtoggle+down\fR \fIctrl-i (tab)\fR
\fBtoggle-in\fR (\fB--layout=reverse*\fR ? \fBtoggle+up\fR : \fBtoggle+down\fR)
\fBtoggle-out\fR (\fB--layout=reverse*\fR ? \fBtoggle+down\fR : \fBtoggle+up\fR)