diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-27 01:46:21 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-27 01:46:21 +0900 |
| commit | 80da0776f85612d527e380226734f9372e7a0719 (patch) | |
| tree | 8e7b4c2dc223e4312148ba39ba903f942a91012e /man | |
| parent | e91f10ab167f10328816fab65fc38370059986f3 (diff) | |
| download | fzf-80da0776f85612d527e380226734f9372e7a0719.tar.gz | |
Allow actions to multiple keys and events at once
Close #4206
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 4 |
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 |
