Update documentation (#277)

This commit is contained in:
Junegunn Choi 2015-06-22 01:35:36 +09:00
parent 355d004895
commit 5254ee2e2a
2 changed files with 8 additions and 1 deletions

View File

@ -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
-------- --------

View File

@ -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"