junegunn / fzf.vim

fzf :heart: vim
MIT License
9.62k stars 584 forks source link

let g:fzf_buffers_jump = 1 option doesn't work #1456

Open subhoghoshX opened 1 year ago

subhoghoshX commented 1 year ago

First time trying fzf.vim. As stated in the title g:fzf_buffers_jump = 1 options doesn't seem to work.

I created a minimal config, it still doesn't work. Maybe I'm missing something here. I'm pretty new to this. Any assistance is greatly appreciated.

" My whole config

call plug#begin()

Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'

call plug#end()

let g:fzf_buffers_jump = 1