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

What setting allows me to place the status bar at the top? #129

Open
adrianhamza opened this issue Oct 22, 2014 · 2 comments
Open

What setting allows me to place the status bar at the top? #129

adrianhamza opened this issue Oct 22, 2014 · 2 comments

Comments

@adrianhamza
Copy link

Hi,
I've looked quickly through the settings but I didn't find this. How do I make the status bar show up at the top? Currently it shows at the bottom of vim and it interferes with the commands. The gif shows it's possible. Thank you!

@skupr
Copy link

skupr commented Oct 23, 2014

From the doc:

'g:miniBufExplBRSplit'
To control where the new split window goes relative to the current window, use
the setting:

let g:miniBufExplBRSplit = 0 " Put new window above
" current or on the
" left for vertical split
let g:miniBufExplBRSplit = 1 " Put new window below
" current or on the
" right for vertical split

The default for this is read from the 'splitbelow' or 'splitright' Vim option
which depends on 'g:miniBufExplVSplit' option.

@adrianhamza
Copy link
Author

Thank you - I misunderstood that to be something else, it works now.

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