Add navi
This commit is contained in:
parent
93ae3a4c4f
commit
1e8b2390c3
33
navi/config.yaml
Normal file
33
navi/config.yaml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# THIS IS EXPERIMENTAL
|
||||||
|
# the config file schema may change at any time
|
||||||
|
|
||||||
|
style:
|
||||||
|
tag:
|
||||||
|
color: cyan # text color. possible values: https://bit.ly/3gloNNI
|
||||||
|
width_percentage: 26 # column width relative to the terminal window
|
||||||
|
min_width: 20 # minimum column width as number of characters
|
||||||
|
comment:
|
||||||
|
color: blue
|
||||||
|
width_percentage: 42
|
||||||
|
min_width: 45
|
||||||
|
snippet:
|
||||||
|
color: white
|
||||||
|
|
||||||
|
finder:
|
||||||
|
command: skim # equivalent to the --finder option
|
||||||
|
# overrides: --tac # equivalent to the --fzf-overrides option
|
||||||
|
# overrides_var: --tac # equivalent to the --fzf-overrides-var option
|
||||||
|
|
||||||
|
# cheats:
|
||||||
|
# paths:
|
||||||
|
# - /path/to/some/dir
|
||||||
|
# - /path/to/another/dir
|
||||||
|
# path: /path/to/some/dir # (DEPRECATED) equivalent to the --path option
|
||||||
|
|
||||||
|
# search:
|
||||||
|
# tags: git,!checkout # equivalent to the --tag-rules option
|
||||||
|
|
||||||
|
shell:
|
||||||
|
command: bash # shell used for shell out. possible values: bash, zsh, dash, ...
|
||||||
|
# finder_command: bash # similar, but for fzf's internals
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user