diff options
| author | RafaelDominiquini <61922887+RafaelDominiquini@users.noreply.github.com> | 2025-04-22 08:51:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 20:51:43 +0900 |
| commit | 06ae9b0f3bbe191794dadcf78e37b8ce21e2c05e (patch) | |
| tree | 9712486175095b2b3492ff9151bab6ca8b8ab57d /man | |
| parent | 2a9c1c06a4a0f8afd75ab299459f438095d41515 (diff) | |
| download | fzf-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.1 | 10 |
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" |
