gVim - Ubuntu - 窗口不断调整大小

发布于 2024-11-05 06:53:12 字数 121 浏览 1 评论 0原文

我在 Ubuntu 中使用 gVim。 gVim 的窗口管理出了点问题 - 它一直在调整大小! ...当我切换选项卡或拆分窗口或在拆分之间切换时,通常会发生这种情况。

任何帮助都会非常棒!

谢谢!

I'm in Ubuntu using gVim. Something is just wrong with the Window management of gVim - it keeps resizing on me! ... It usually happens when I either switch tabs or split the window or switch between splits.

Any help would be completely awesome!

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野生奥特曼 2024-11-12 06:53:12

我认为这可能只是滚动条。如果您不关心它们:

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

可能不太相关,但相关:

菜单栏可能会表现出相同的行为,具体取决于加载的插件(数量)。此外,您可以选择“ascii”选项卡按钮栏

:setglobal guioptions-=e

I think it might just be the scrollbars. If you don't care about them:

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

Probably less relevant, but related:

The menu bar may exhibit the same kind of behaviour depending on (the amount of) plugins loaded. Also, you can opt for the 'ascii' tab button bar

:setglobal guioptions-=e
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文