preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.1k stars 485 forks source link

Is it possible to put the tagbar window/buffer in the bottom? #819

Closed jaswdr closed 2 years ago

jaswdr commented 2 years ago

Hello, I normally use a vertical configuration in my monitor, meaning that I have little left-to-right space, but have more top-to-bottom space. Because of this, I tried to find an option to open the Tagbar in buffer in the bottom instead of on the right of the current buffer, but no luck.

Is it possible to configure the Tagbar window/buffer to open in the bottom of the current window?

alerque commented 2 years ago

Sure. Check out :help tagbar and search for "below" or jump straight to the relevant config documentation with :help g:tagbar_position.