mirror of
https://github.com/denisidoro/navi
synced 2024-11-26 05:20:21 +00:00
Fix typo
This commit is contained in:
parent
97ab7e36c8
commit
b78903a9d4
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ If you hit `<tab>` the query typed will be prefered. If you hit `<enter>` the se
|
|||
|
||||
### Advanced variable options
|
||||
|
||||
For lines starting with `$` you can add use `---` to customize the behavior of `fzf` or how the value is going to be used:
|
||||
For lines starting with `$` you can use `---` to customize the behavior of `fzf` or how the value is going to be used:
|
||||
|
||||
```sh
|
||||
# This will pick the 3rd column and use the first line as header
|
||||
|
|
Loading…
Reference in a new issue