mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 03:23:05 +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
|
# overrides_var: --tac # equivalent to the --fzf-overrides-var option
|
||||||
|
|
||||||
# cheats:
|
# cheats:
|
||||||
# paths:
|
# paths:
|
||||||
# - /path/to/some/dir
|
# - /path/to/some/dir # on unix-like os
|
||||||
# - /path/to/another/dir
|
# - F:\\path\\to\\dir # on Windows
|
||||||
# path: /path/to/some/dir # (DEPRECATED) equivalent to the --path option
|
# path: /path/to/some/dir # (DEPRECATED) equivalent to the --path option
|
||||||
|
|
||||||
# search:
|
# search:
|
||||||
|
|
Loading…
Reference in a new issue