"== fzf == " This is the default option: " - Preview window on the right with 50% width " - CTRL-/ will toggle preview window. " - Note that this array is passed as arguments to fzf#vim#with_preview function. " - To learn more about preview window options, see `--preview-window` section of `man fzf`. let g:fzf_preview_window = ['right:50%', 'ctrl-/'] " [Buffers] Jump to the existing window if possible let g:fzf_buffers_jump = 1 "\+fzf nnoremap fz :FZF