From f625c5aabe0e4cdbfc4a1d5d526a011d3c68c697 Mon Sep 17 00:00:00 2001 From: Matthieu Cneude Date: Fri, 29 Mar 2024 08:14:08 +0100 Subject: 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 --- man/man1/fzf.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') 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" -- cgit v1.2.3