junegunn / fzf.vim

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

how select a buffer in Buffers #1463

Closed zeminzhou closed 1 year ago

zeminzhou commented 1 year ago

I want to use ctrl-j/ctrl-k to select buffer in Buffers, but failed. Does fzf.vim not support? image

junegunn commented 1 year ago

Open more than 2 buffers then you can move your cursor between the items except the first one, which is the current buffer.

More explanation: https://github.com/junegunn/fzf.vim/issues/1211#issuecomment-752645124

zeminzhou commented 1 year ago

thanks!