From a2aa1a156c29658b62a691f8aa343985043b8c9c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 27 Jan 2025 15:40:21 +0900 Subject: Allow {q} placeholders with range expressions e.g. {q:1}, {q:2..} --- man/man1/fzf.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man') diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 6a48b7a6..eefb1fbc 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -740,6 +740,8 @@ Also, * \fB{q}\fR is replaced to the current query string .br +* \fB{q}\fR can contain field index expressions. e.g. \fB{q:1}\fR, \fB{q:2..}\fR, etc. +.br * \fB{n}\fR is replaced to the zero-based ordinal index of the current item. Use \fB{+n}\fR if you want all index numbers when multiple lines are selected. .br -- cgit v1.2.3