From 06ae9b0f3bbe191794dadcf78e37b8ce21e2c05e Mon Sep 17 00:00:00 2001 From: RafaelDominiquini <61922887+RafaelDominiquini@users.noreply.github.com> Date: Tue, 22 Apr 2025 08:51:43 -0300 Subject: Add missing environment variables (#4356) Co-authored-by: Rafael Baboni Dominiquini Co-authored-by: Junegunn Choi --- man/man1/fzf.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'man/man1') diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 460849b6..c98e709f 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1279,10 +1279,20 @@ fzf exports the following environment variables to its child processes. .br .BR FZF_PROMPT " Prompt string" .br +.BR FZF_GHOST " Ghost string" +.br +.BR FZF_POINTER " Pointer string" +.br .BR FZF_PREVIEW_LABEL " Preview label string" .br .BR FZF_BORDER_LABEL " Border label string" .br +.BR FZF_LIST_LABEL " List label string" +.br +.BR FZF_INPUT_LABEL " Input label string" +.br +.BR FZF_HEADER_LABEL " Header label string" +.br .BR FZF_ACTION " The name of the last action performed" .br .BR FZF_KEY " The name of the last key pressed" -- cgit v1.2.3