在vim中,当我有一条不能完全显示在屏幕上的行时,该行显示为符号“@”,直到屏幕底部.例如,如果我有一个文件:
1 Hello World 2 Really long sentence that doesn't fit on one line.
我在文档的开头,屏幕高度为3行,vim显示如下:
1 Hello World @ @
1 Hello World 2 Really long sentence that doesn't fit on
这可能吗?
将set display = lastline添加到〜/ .vimrc
来自:help’display’:
lastline When included,as much as possible of the last line in a window will be displayed. When not included,a last line that doesn't fit is replaced with "@" lines.
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。