summaryrefslogtreecommitdiffstats
path: root/man/man1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-06-01 13:20:12 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-06-01 13:21:59 +0900
commit41bcbe342ff70020bd7aa776ca041205aa970f43 (patch)
tree8603e35a460fcf7aa466aaa01d64686270ffff7e /man/man1
parentdbe8dc344efbbc7d356cfaf6f807f4be42a45188 (diff)
Revert "An '--expect' key should execute actions bound to the key"
To be backward compatible. Close #3829
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/fzf.18
1 files changed, 8 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index c85d1069..f1bf04af 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -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