summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-09-29 22:36:44 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-10-09 00:17:00 +0900
commit8f0c91545d308e534284b19edf61cbdb1ebbb315 (patch)
treee670530b324b8d9bfdde7ba5dc2c625cfbed8261 /man
parent0eefcf348e7e56c6ee0f888384d63281e6678a7d (diff)
downloadfzf-8f0c91545d308e534284b19edf61cbdb1ebbb315.tar.gz
Add $FZF_RAW for conditional actions
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.12
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