mirror of
https://github.com/junegunn/fzf.git
synced 2025-05-19 04:40:22 -07:00
Add --bind example (multi-key binding)
This commit is contained in:
parent
46c21158d8
commit
7cf45af502
@ -1296,7 +1296,10 @@ 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
|
||||
\fBfzf \-\-bind=ctrl\-j:accept,ctrl\-k:kill\-line
|
||||
|
||||
# Load 'ps \-ef' output on start and reload it on CTRL\-R
|
||||
fzf \-\-bind 'start,ctrl\-r:reload:ps \-ef'\fR
|
||||
|
||||
.SS AVAILABLE KEYS: (SYNONYMS)
|
||||
\fIctrl\-[a\-z]\fR
|
||||
|
Loading…
x
Reference in New Issue
Block a user