diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-29 22:36:44 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 00:17:00 +0900 |
| commit | 8f0c91545d308e534284b19edf61cbdb1ebbb315 (patch) | |
| tree | e670530b324b8d9bfdde7ba5dc2c625cfbed8261 /man | |
| parent | 0eefcf348e7e56c6ee0f888384d63281e6678a7d (diff) | |
| download | fzf-8f0c91545d308e534284b19edf61cbdb1ebbb315.tar.gz | |
Add $FZF_RAW for conditional actions
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 380078ae..ffd47f12 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -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 |
