m/fzf
1
0
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:
Junegunn Choi
2024-06-01 13:20:12 +09:00
parent dbe8dc344e
commit 41bcbe342f
3 changed files with 17 additions and 13 deletions

View File

@@ -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