m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-08 11:23:47 -05:00

ADD $FZF_DIRECTION

This commit is contained in:
Junegunn Choi
2025-10-04 22:50:33 +09:00
parent e1de29bc40
commit 9ace1351ff
4 changed files with 22 additions and 0 deletions

View File

@@ -1335,6 +1335,8 @@ fzf exports the following environment variables to its child processes.
.br
.BR FZF_COLUMNS " Number of columns fzf takes up excluding padding and margin"
.br
.BR FZF_DIRECTION " Direction of the list (\fBup\fR or \fBdown\fR)"
.br
.BR FZF_TOTAL_COUNT " Total number of items"
.br
.BR FZF_MATCH_COUNT " Number of matched items"