去掉vim底线?具有模式、行、列等

发布于 2024-12-10 09:30:58 字数 94 浏览 0 评论 0原文

有可能吗?..

我的意思是屏幕的最底行,以获得缓冲行的完整终端屏幕。

这不是由 laststatus 变量控制的行。

Is it possible?..

I mean the most bottom line of screen, to get just full terminal screen of buffer lines.

This is not the line controlled by the laststatus variable.

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

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

发布评论

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

评论(2

Spring初心 2024-12-17 09:30:58

显然不行,您至少需要一行可用于 ex 命令。如果您愿意,您可以禁用模式消息和标尺:

:set nosmd   " short for 'showmode'
:set noru    " short for 'ruler'

但该线仍然存在。

Apparently no, you need at least one line available for ex commands. You can disable the mode message and ruler if you like with:

:set nosmd   " short for 'showmode'
:set noru    " short for 'ruler'

But the line will still be there.

万水千山粽是情ミ 2024-12-17 09:30:58

如果你尝试

:set cmdheight=0

:set cmdwinheight=0

它说它必须是一个正整数。所以我的猜测是不会。

http://tech.groups.yahoo.com/group/vim/message/40120

[编辑]

再次查看此链接时,似乎第一个命令确实对某人有用。但是,我无法复制它(gvim 或电脑上的 vim)。

If you try

:set cmdheight=0

or

:set cmdwinheight=0

It says it has to be a positive integer. So my guess would be no.

http://tech.groups.yahoo.com/group/vim/message/40120

[edit]

On a second look at this link, it appears this first command did work for someone. I can't duplicate it, however (gvim or vim on a pc).

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