summaryrefslogtreecommitdiffstats
path: root/man/man1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-02-29 09:49:33 +0900
committerGitHub <noreply@github.com>2024-02-29 09:49:33 +0900
commit1833670fb91dfa17047af320ce7f015e0d500ba6 (patch)
treec202dd6107c1139e9082dc7852014a780fa60efa /man/man1
parent3dd42f5aa2d7fc6f508f2b21408730a8678c0a19 (diff)
Add $FZF_DEFAULT_OPTS_FILE (#3618)
For those who prefer to manage default options in a file. If the file is not found, fzf will exit with an error. We're not setting a default value for it because: 1. it's hard to find a default value that can be universally agreed upon 2. to avoid fzf having to check for the existence of the file even when it's not used
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/fzf.19
1 files changed, 8 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index c10f334e..76bfa648 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -865,7 +865,14 @@ with \fB$SHELL -c\fR if \fBSHELL\fR is set, otherwise with \fBsh -c\fR, so in
this case make sure that the command is POSIX-compliant.
.TP
.B FZF_DEFAULT_OPTS
-Default options. e.g. \fBexport FZF_DEFAULT_OPTS="--extended --cycle"\fR
+Default options.
+.br
+e.g. \fBexport FZF_DEFAULT_OPTS="--layout=reverse --border --cycle"\fR
+.TP
+.B FZF_DEFAULT_OPTS_FILE
+The location of the file that contains the default options.
+.br
+e.g. \fBexport FZF_DEFAULT_OPTS_FILE=~/.fzfrc\fR
.TP
.B FZF_API_KEY
Can be used to require an API key when using \fB--listen\fR option. If not set,