diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-06-20 23:18:28 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-06-22 17:24:47 +0900 |
| commit | 7c2ffd3fef3f9131ee448a5f40d91835c8bd814d (patch) | |
| tree | 0cf1df14f976fde619d5084310fa972f07eec21d /man | |
| parent | db01e7dab65423cd1d14e15f5b15dfaabe760283 (diff) | |
| download | fzf-7c2ffd3fef3f9131ee448a5f40d91835c8bd814d.tar.gz | |
Make transform*, --info-command, and execute-silent cancellable
Users can press CTRL-C after 1 second to terminate the command.
Close #3883
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index eb9882e2..136aa1c1 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -457,6 +457,8 @@ Determines the display style of the finder info. (e.g. match counter, loading in Command to generate the finder info line. The command runs synchronously and blocks the UI until completion, so make sure that it's fast. ANSI color codes are supported. \fB$FZF_INFO\fR variable is set to the original info text. +For additional environment variables available to the command, see the section +ENVIRONMENT VARIABLES EXPORTED TO CHILD PROCESSES. e.g. \fB# Prepend the current cursor position in yellow |
