caio.co/de/vim-runtime

Don't show the useless fzf preview window

ffs
Id
76c6fe37ed960f20680b7a17e177222e1798d4aa
Author
Caio
Commit time
2020-03-31T12:37:34+02:00

Modified vimrc

@@ -110,6 +110,7


let g:fzf_buffers_jump = 1
+let g:fzf_preview_window = ''
imap <c-x><c-f> <plug>(fzf-complete-path)
nmap <silent><leader>f :GFilesRelative<CR>
nmap <silent><leader>F :GFiles<CR>