junegunn / fzf.vim

fzf :heart: vim
MIT License
9.55k stars 583 forks source link

How Can I Change FZF Options #1418

Open amarakon opened 1 year ago

amarakon commented 1 year ago

I would like to use --tabstop=4 --multi --no-sort --exact options for all fzf commands. It is unclear from the documentation how I can do this.

ktakayama commented 1 year ago

You can use FZF_DEFAULT_OPTS environments.

set 'export FZF_DEFAULT_OPTS="--tabstop=4 --multi --no-sort --exact"' in your shell then reflect this options in fzf.vim