You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
'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.
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!
The text was updated successfully, but these errors were encountered: