Export FZF_CURRENT_ITEM to child processes (#4803)

Close #4802
This commit is contained in:
Junegunn Choi
2026-05-23 22:28:03 +09:00
committed by GitHub
parent 677e854850
commit de1fca99d5
4 changed files with 9 additions and 2 deletions
+2
View File
@@ -1475,6 +1475,8 @@ fzf exports the following environment variables to its child processes.
.br
.BR FZF_POS " Vertical position of the cursor in the list starting from 1"
.br
.BR FZF_CURRENT_ITEM " Text of the current item (unset if the list is empty)"
.br
.BR FZF_WRAP " The line wrapping mode (char, word) when enabled"
.br
.BR FZF_QUERY " Current query string"