From 7c2ffd3fef3f9131ee448a5f40d91835c8bd814d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 20 Jun 2024 23:18:28 +0900 Subject: Make transform*, --info-command, and execute-silent cancellable Users can press CTRL-C after 1 second to terminate the command. Close #3883 --- man/man1/fzf.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man') 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 -- cgit v1.2.3