summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-12-10 15:59:45 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-12-10 15:59:45 +0900
commitc36a64be6823da402419ad42e18edf42ac2bc908 (patch)
tree66e67227c662f6aef912f381ebe115ea511936a0 /man
parenta343b20775ea4f0d8882ef4ea8157d6bf70f8022 (diff)
Add accept-or-print-query
Close #3528
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.11
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 63cbd6a0..0205d0ad 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -1120,6 +1120,7 @@ A key or an event can be bound to one or more of the following actions.
\fBabort\fR \fIctrl-c ctrl-g ctrl-q esc\fR
\fBaccept\fR \fIenter double-click\fR
\fBaccept-non-empty\fR (same as \fBaccept\fR except that it prevents fzf from exiting without selection)
+ \fBaccept-or-print-query\fR (same as \fBaccept\fR except that it prints the query when there's no match)
\fBbackward-char\fR \fIctrl-b left\fR
\fBbackward-delete-char\fR \fIctrl-h bspace\fR
\fBbackward-delete-char/eof\fR (same as \fBbackward-delete-char\fR except aborts fzf if query is empty)