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.
在vim中,我现在使用wrap on。我需要通过前置字符来表示换行。我知道这是可能的——我几年前就在使用它,但是我的旧 .vimrc 丢失了。或者任何其他有用的换行指示都会有所帮助。
查看:h showbreak
:h showbreak
'showbreak' 'sbr' 字符串 (默认 "") 放在已换行的行开头的字符串。有用的值是 "> " 或 "+++ ": :set showbreak=>\
'showbreak' 'sbr' 字符串 (默认 "")
放在已换行的行开头的字符串。有用的值是 "> " 或 "+++ ": :set showbreak=>\
有趣:) 你为什么不只使用左边的行号?您会看到新行开始的时间,因为新数字只出现在新行上,而不会出现在屏幕上的断行上,无论它有多长。
:set nu