I want to underline a word in Vim. How can I do this?
After closing the file and reopening it that word should still be underlined.
|
I want to underline a word in Vim. How can I do this? After closing the file and reopening it that word should still be underlined. | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Bearing in mind that Vim is a (some might say the) text editor and not a word processor, there are two ways this can be addressed. The first is that you want to edit the text file to underline a heading or similar. You can do this by duplicating the line using Alternatively, you can use the
See | |||||||||||
feedback
|
|
There is an article Underline using dashes automatically that describes one way to underline when writing plain text files. | |||||
feedback
|