Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
5 tasks done
subhoghoshX opened this issue Jan 30, 2023 · 0 comments
Open
5 tasks done

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

subhoghoshX opened this issue Jan 30, 2023 · 0 comments

Comments

@subhoghoshX
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant