Update documentation (#277)
This commit is contained in:
parent
355d004895
commit
5254ee2e2a
@ -127,6 +127,13 @@ such as: `^music .mp3$ sbtrkt !rmx`
|
|||||||
If you don't need fuzzy matching and do not wish to "quote" every word, start
|
If you don't need fuzzy matching and do not wish to "quote" every word, start
|
||||||
fzf with `-e` or `--extended-exact` option.
|
fzf with `-e` or `--extended-exact` option.
|
||||||
|
|
||||||
|
#### Environment variables
|
||||||
|
|
||||||
|
- `FZF_DEFAULT_COMMAND`
|
||||||
|
- Default command to use when input is tty
|
||||||
|
- `FZF_DEFAULT_OPTS`
|
||||||
|
- Default options. e.g. `export FZF_DEFAULT_OPTS="--extended --cycle"`
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -297,7 +297,7 @@ e.g. \fBfzf --multi | fzf --sync\fR
|
|||||||
Default command to use when input is tty
|
Default command to use when input is tty
|
||||||
.TP
|
.TP
|
||||||
.B FZF_DEFAULT_OPTS
|
.B FZF_DEFAULT_OPTS
|
||||||
Default options. e.g. \fB--extended --ansi\fR
|
Default options. e.g. \fBexport FZF_DEFAULT_OPTS="--extended --cycle"\fR
|
||||||
|
|
||||||
.SH EXIT STATUS
|
.SH EXIT STATUS
|
||||||
.BR 0 " Normal exit"
|
.BR 0 " Normal exit"
|
||||||
|
Loading…
Reference in New Issue
Block a user