gpt4 book ai didi

vim - 如何在Vim中显示垂直线以换行?

转载 作者:行者123 更新时间:2023-12-03 04:39:11 25 4
gpt4 key购买 nike

我有兴趣找到一种在 Vim(不是 GVim)中在第 80 列显示垂直线的方法。

我使用了set wrap,但我只想显示一条垂直线,这样我就可以自己将长线换行。

最佳答案

Vim 7.3 中的新功能:

'colorcolumn' is a comma separated list of screen columns that are highlighted with ColorColumn. Useful to align text. Will make screen redrawing slower. The screen column can be an absolute number, or a number preceded with '+' or '-', which is added to or subtracted from 'textwidth'.

文档中的示例:

:set colorcolumn=+1        " highlight column after 'textwidth'
:set colorcolumn=+1,+2,+3 " highlight three columns after 'textwidth'
:highlight ColorColumn ctermbg=lightgrey guibg=lightgrey

您也可以使用绝对数字:

:set colorcolumn=80

关于vim - 如何在Vim中显示垂直线以换行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1919028/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com