Answers for "How to setup a line length marker in vim"

C
0

How to setup a line length marker in vim

:set colorcolumn=80

Press ESC in command mode and set like below
:set colorcolumn=n
for example: 'n' is the 80th character. 
which will display vertical marker line at 80th character.
Posted by: Guest on June-24-2020

Code answers related to "C"

Browse Popular Code Answers by Language