去掉vim底线?具有模式、行、列等
有可能吗?..
我的意思是屏幕的最底行,以获得缓冲行的完整终端屏幕。
这不是由 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
显然不行,您至少需要一行可用于 ex 命令。如果您愿意,您可以禁用模式消息和标尺:
但该线仍然存在。
Apparently no, you need at least one line available for ex commands. You can disable the mode message and ruler if you like with:
But the line will still be there.
如果你尝试
或
它说它必须是一个正整数。所以我的猜测是不会。
http://tech.groups.yahoo.com/group/vim/message/40120
[编辑]
再次查看此链接时,似乎第一个命令确实对某人有用。但是,我无法复制它(gvim 或电脑上的 vim)。
If you try
or
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).