GVim - Ubuntu - Window saves resizing

I'm on Ubuntu using gVim. Something is wrong with the Window control from gVim - it changes the size for me! ... This usually happens when I either switch tabs, or split a window, or switch between splits.

Any help would be absolutely amazing!

Thank!

+3
source share
1 answer

I think it could be scrollbars. If you don’t care:

:setglobal guioptions-=L
:setglobal guioptions-=l
:setglobal guioptions-=R
:setglobal guioptions-=r
:setglobal guioptions-=b
:setglobal guioptions-=h

Probably less relevant, but related:

The same behavior may be displayed in the menu bar depending on the plugins being loaded. Alternatively, you can select the "ascii" tab button panel

:setglobal guioptions-=e
+5
source

All Articles