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

Add $FZF_RAW for conditional actions

This commit is contained in:
Junegunn Choi
2025-09-29 22:36:44 +09:00
parent 0eefcf348e
commit 8f0c91545d
4 changed files with 35 additions and 1 deletions

View File

@@ -1377,6 +1377,8 @@ fzf exports the following environment variables to its child processes.
.BR FZF_PREVIEW_LINES " Number of lines in the preview window"
.br
.BR FZF_PREVIEW_COLUMNS " Number of columns in the preview window"
.br
.BR FZF_RAW " Only in raw mode. 1 if the current item matches, 0 otherwise"
.SH EXTENDED SEARCH MODE