summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-11-09 01:42:01 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-11-09 23:58:19 +0900
commita89d8995c3a4544851ae3a40b8fb1f1c16f9535e (patch)
tree25476566395e829d77b458078743b535d8ebe5b0 /man
parentdbc854d5f470d6a995401b3e6386687e7663cddd (diff)
Add execute-multi action
Close #413
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.17
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 200464aa..50de48e8 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -223,6 +223,7 @@ e.g. \fBfzf --bind=ctrl-j:accept,ctrl-k:kill-line\fR
\fBdown\fR \fIctrl-j ctrl-n down\fR
\fBend-of-line\fR \fIctrl-e end\fR
\fBexecute(...)\fR (see below for the details)
+ \fBexecute-multi(...)\fR (see below for the details)
\fBforward-char\fR \fIctrl-f right\fR
\fBforward-word\fR \fIalt-f shift-right\fR
\fBignore\fR
@@ -276,6 +277,12 @@ This is the special form that frees you from parse errors as it does not expect
the closing character. The catch is that it should be the last one in the
comma-separated list.
.RE
+
+\fBexecute-multi(...)\fR is an alternative action that executes the command
+with the selected entries when multi-select is enabled (\fB--multi\fR). With
+this action, \fB{}\fR is replaced with the double-quoted strings of the
+selected entries separated by spaces.
+
.RE
.TP
.BI "--history=" "HISTORY_FILE"