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

moving tabline to top of vim? #116

Closed
dmix opened this issue Feb 20, 2014 · 2 comments
Closed

moving tabline to top of vim? #116

dmix opened this issue Feb 20, 2014 · 2 comments

Comments

@dmix
Copy link

dmix commented Feb 20, 2014

I noticed in the screenshots that the buffer list is at the top of VIM. I'm trying to move mine from below the statusbar to the top.

It looks like you are using mvim, but is it possible to do this in terminal gvim on linux?

I've been searching everywhere and couldnt find a solution.

@weynhamz
Copy link
Collaborator

It should be on the top by default. Do you have 'splitbelow' set somewhere, if so, you need to explicitly have 'let g:miniBufExplBRSplit = 0' in you vimrc, because the default value of that option is read from 'splitbelow'.

@dmix
Copy link
Author

dmix commented Feb 21, 2014

oh right I did have splitbelow set. Thanks that worked.

@dmix dmix closed this as completed Feb 21, 2014
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

2 participants