mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
788 B
788 B
The FZF Overrides of Navi
Navi allows you to override certain parts of FZF in multiple ways.
Command line arguments
Navi allows you to use command line arguments in order to override fzf values:
# if you want to override only when selecting snippets
navi --fzf-overrides '--height 3'
# if you want to override only when selecting argument values
navi --fzf-overrides-var '--height 3'
Environment variables
Navi allows you to use environment variables in order to override fzf values.
# if you want to override for all cases
FZF_DEFAULT_OPTS="--height 3" navi