diff options
| author | Tony Metzidis <anthony.metzidis@gmail.com> | 2020-01-19 02:42:10 -0800 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2020-01-19 19:42:10 +0900 |
| commit | f246fb2fc2b7bc04e9504dc0705a63d74a6c90ce (patch) | |
| tree | ebf1d40a59472035d28a34a2b4cc850e80d1c0a1 /README.md | |
| parent | f7b26b34cbaf5a385bca8b6dd14eb5981e42d133 (diff) | |
| download | fzf-f246fb2fc2b7bc04e9504dc0705a63d74a6c90ce.tar.gz | |
Show error message when failed to start preview command (#1810)
Fix #1637
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -480,7 +480,8 @@ See *KEY BINDINGS* section of the man page for details. ### Preview window When `--preview` option is set, fzf automatically starts an external process with -the current line as the argument and shows the result in the split window. +the current line as the argument and shows the result in the split window. Your +`$SHELL` is used to execute the command with `$SHELL -c COMMAND` ```bash # {} is replaced to the single-quoted string of the focused line |
