if ! exists(':FZF') finish endif nnoremap o :Files nnoremap b :Buffers " Making splits a little bit better. " " I open splits before opening files because I can never remember the " keyboard incantations in FZF to open in splits, but I get annoyed for " the brief moment that the same buffer was shown when I do :vsp or :sp. " I don't have to have this problem anymore. nnoremap v :vnew:Files nnoremap s :new:Files