From 80da0776f85612d527e380226734f9372e7a0719 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 27 Jan 2025 01:46:21 +0900 Subject: Allow actions to multiple keys and events at once Close #4206 --- man/man1/fzf.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.3