Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ubuntu 中使用 gVim。gVim 的窗口管理出了点问题——它一直在调整我的大小!...当我切换选项卡或拆分窗口或在拆分之间切换时,通常会发生这种情况。
任何帮助都会非常棒!
谢谢!
我认为它可能只是滚动条。如果你不关心他们:
:setglobal guioptions-=L :setglobal guioptions-=l :setglobal guioptions-=R :setglobal guioptions-=r :setglobal guioptions-=b :setglobal guioptions-=h
可能不太相关,但相关:
根据加载的插件(数量),菜单栏可能会表现出相同的行为。此外,您可以选择“ascii”标签按钮栏
:setglobal guioptions-=e