mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 20:48:28 +00:00
add --allow-extra
to README
This commit is contained in:
parent
0a22398a47
commit
2d86b64683
1 changed files with 7 additions and 1 deletions
|
@ -176,7 +176,13 @@ $ y: echo -e "$((x+10))\n$((x+20))"
|
|||
|
||||
### Variable options
|
||||
|
||||
For lines starting with `$` you can add extra options using `---`.
|
||||
For lines starting with `$` you can add use`---` to parse parameters to `fzf`.
|
||||
* `--allow-extra` : handles `fzf` option `--print-query`. `enter` will prefer a selection,
|
||||
`tab` will prefer the query typed.
|
||||
* `--multi` : forwarded option to `fzf`.
|
||||
* `--header` | `--headers` | `--header-lines` : forwarded option to `fzf`
|
||||
* `--column` : forwarded option to `fzf`.
|
||||
* `--delimiter` : forwarded option to `fzf`.
|
||||
|
||||
#### Table formatting
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue