romgrk / barbar.nvim

The neovim tabline plugin.
2.16k stars 81 forks source link

How to activate jump to buffer mode? #591

Closed FriederHannenheim closed 1 week ago

FriederHannenheim commented 1 week ago

Hi. I'm new to neovim and I am currently trying to configure it as my IDE and barbar.nvim looks perfect for me. The readme mentions jump to buffer mode but it isn't mentioned how to activate it. I would guess maybe BufferPick does it but in the example config BufferPick and BufferPickDelete are both bound to so I'm confused.

Iron-E commented 1 week ago

:BufferPick moves you to the selected buffer, and :BufferPickDelete deletes the selected buffer :)

FriederHannenheim commented 1 week ago

Ah thank you for the quick and friendly answer :)

romgrk commented 1 week ago

:+1: