diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-27 15:40:21 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-27 18:04:57 +0900 |
| commit | a2aa1a156c29658b62a691f8aa343985043b8c9c (patch) | |
| tree | 291473b3e429657d064227b9ee5af991e12102fa /man | |
| parent | 2f8a72a42a7503276a99cc0234f98f8c56169320 (diff) | |
| download | fzf-a2aa1a156c29658b62a691f8aa343985043b8c9c.tar.gz | |
Allow {q} placeholders with range expressions
e.g. {q:1}, {q:2..}
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 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 |
