summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRafaelDominiquini <61922887+RafaelDominiquini@users.noreply.github.com>2025-04-22 08:51:43 -0300
committerGitHub <noreply@github.com>2025-04-22 20:51:43 +0900
commit06ae9b0f3bbe191794dadcf78e37b8ce21e2c05e (patch)
tree9712486175095b2b3492ff9151bab6ca8b8ab57d /man
parent2a9c1c06a4a0f8afd75ab299459f438095d41515 (diff)
downloadfzf-06ae9b0f3bbe191794dadcf78e37b8ce21e2c05e.tar.gz
Add missing environment variables (#4356)
Co-authored-by: Rafael Baboni Dominiquini <rafaeldominiquini@gmail.com> Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.110
1 files changed, 10 insertions, 0 deletions
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"