jeetsukumaran / vim-buffergator

Vim plugin to list, select and switch between buffers.
498 stars 49 forks source link

[Feature request] opening BufferGator in same window? #13

Closed naquad closed 12 years ago

naquad commented 12 years ago

Hi.

I've been using BufExplorer for long time, but BufferGator has better functionality and I want to move to it. I don't like only one thing: separate window for BufferGator. Can it be opened in current window?

Thank you.

jeetsukumaran commented 12 years ago

Add the following line to your ~/.vimrc:

let g:buffergator_viewport_split_policy = "N"
naquad commented 12 years ago

Thank you! :)

naquad commented 12 years ago

P.S. Please add it to documentation.