navi/docs/usage/fzf-overrides/README.md
alexis-opolka 1c2abfd8e8 Updates the docs
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-30 22:06:38 +02:00

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