Tagged Questions
0
votes
0answers
54 views
Change the color for a keyword in Vim for ALL filetypes
I'm using &showbreak=repeat(' ', 5) to add indentation to wordwrapped lines. What I WANT to do is add a bright red >>>> instead.
How would I change all >>>> occurrences ...
3
votes
2answers
379 views
How to fix vim textwidth during editing?
When editing files that I limit in my .vimrc to tw=80, when I come back to edit them later, the line-lengths end up all over the place. e.g.
lets say for the sake of argument that this line hits 80 ...