summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMatthieu Cneude <Phantas0s@users.noreply.github.com>2024-03-29 08:14:08 +0100
committerGitHub <noreply@github.com>2024-03-29 16:14:08 +0900
commitf625c5aabe0e4cdbfc4a1d5d526a011d3c68c697 (patch)
tree304dcb5d7f6540ef40700fd71b28f99c86ee7b6a /man
parent8a74976c1f02730cfd1b83fc38a57b737a24ac9a (diff)
Add environment variables: FZF_{BORDER,PREVIEW}_LABEL (#3693)
The environment variable get the value of the preview label, even if it has been updated with an action. It can be useful to track the label of the preview and be able to switch between previews using only one binding. Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index a02b45c1..3f8619ab 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -975,6 +975,10 @@ fzf exports the following environment variables to its child processes.
.br
.BR FZF_PROMPT " Prompt string"
.br
+.BR FZF_PREVIEW_LABEL " Preview label string"
+.br
+.BR FZF_BORDER_LABEL " Border label string"
+.br
.BR FZF_ACTION " The name of the last action performed"
.br
.BR FZF_PORT " Port number when --listen option is used"