summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-27 17:46:56 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-27 18:56:41 +0900
commit421b9b271ac263057c81eb58f98d5a96c04ce941 (patch)
treea79c584958acc6272699a48510c4a7ad3948d00e /man
parented57dcb924112192636260fb31d0db54352c517a (diff)
Add execute-silent action
Close #823
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.19
1 files changed, 5 insertions, 4 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index e4321baa..95d03804 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -469,6 +469,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-silent(...)\fR (see below for the details)
\fRexecute-multi(...)\fR (deprecated in favor of \fB{+}\fR expression)
\fBforward-char\fR \fIctrl-f right\fR
\fBforward-word\fR \fIalt-f shift-right\fR
@@ -538,10 +539,10 @@ the closing character. The catch is that it should be the last one in the
comma-separated list of key-action pairs.
.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 quoted strings of the selected
-entries separated by spaces.
+fzf switches to the alternate screen when executing a command. However, if the
+process is expected to complete quickly, and you are not interested in its
+output, you might want to use \fBexecute-silent\fR instead, which silently
+executes the command without switching.
.SH AUTHOR
Junegunn Choi (\fIjunegunn.c@gmail.com\fR)