mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
update config_file_example: add a cheats path example on Windows
This commit is contained in:
parent
2026b708cf
commit
6822f1d51b
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ finder:
|
|||
# overrides_var: --tac # equivalent to the --fzf-overrides-var option
|
||||
|
||||
# cheats:
|
||||
# paths:
|
||||
# - /path/to/some/dir
|
||||
# - /path/to/another/dir
|
||||
# paths:
|
||||
# - /path/to/some/dir # on unix-like os
|
||||
# - F:\\path\\to\\dir # on Windows
|
||||
# path: /path/to/some/dir # (DEPRECATED) equivalent to the --path option
|
||||
|
||||
# search:
|
||||
|
|
Loading…
Reference in a new issue