summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-01-27 01:46:21 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-01-27 01:46:21 +0900
commit80da0776f85612d527e380226734f9372e7a0719 (patch)
tree8e7b4c2dc223e4312148ba39ba903f942a91012e /man
parente91f10ab167f10328816fab65fc38370059986f3 (diff)
downloadfzf-80da0776f85612d527e380226734f9372e7a0719.tar.gz
Allow actions to multiple keys and events at once
Close #4206
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index b5f0ce68..a36384ae 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -1291,7 +1291,9 @@ more \fBactions\fR. You can use it to customize key bindings or implement
dynamic behaviors.
\fB\-\-bind\fR takes a comma-separated list of binding expressions. Each binding
-expression is \fBKEY:ACTION\fR or \fBEVENT:ACTION\fR.
+expression is \fBKEY:ACTION\fR or \fBEVENT:ACTION\fR. You can bind actions to
+multiple keys and events by writing comma-separated list of keys and events
+before the colon. e.g. \fBKEY1,KEY2,EVENT1,EVENT2:ACTION\fR.
e.g.
\fBfzf \-\-bind=ctrl\-j:accept,ctrl\-k:kill\-line\fR