mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Revert "An '--expect' key should execute actions bound to the key"
To be backward compatible. Close #3829
This commit is contained in:
@@ -828,6 +828,14 @@ list.
|
||||
e.g.
|
||||
\fBfzf --expect=ctrl-v,ctrl-t,alt-s --expect=f1,f2,~,@\fR
|
||||
.RE
|
||||
|
||||
This option is not compatible with \fB--bind\fR on the same key and will take
|
||||
precedence over it. To combine the two, use \fBprint\fR action.
|
||||
|
||||
.RS
|
||||
e.g.
|
||||
\fBfzf --multi --bind 'enter:print()+accept,ctrl-y:select-all+print(ctrl-y)+accept'\fR
|
||||
.RE
|
||||
.TP
|
||||
.B "--read0"
|
||||
Read input delimited by ASCII NUL characters instead of newline characters
|
||||
|
||||
Reference in New Issue
Block a user