localcfg/plugins/fzf.vim.vim

Enforce vim script implementation to reduce ambiguities and improve robustness:

scriptversion 4

Without a prefix the exported commands shadow other plugins, and are far harder to remember1.

const g:fzf_command_prefix = 'FZF'

Jump to existing windows when possible:

const g:fzf_buffers_jump = 1

Footnotes

1

By which I clearly mean “blindly tab complete”.