let g:fzf_buffers_jump = 1 option doesn't work
- Dominant language
- Vim Script
- Stars
- 10.3k
- Forks
- 608
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 2
Description
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.
```vim
" 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
```
- [x] I have fzf 0.30.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [x] I have read through the manual page of fzf (`man fzf`)
- [x] I have searched through the existing issues
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.