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. |
|||||
|
|
There is an article Underline using dashes automatically that describes one way to underline when writing plain text files. |
|||||
|
|
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. Updating the fileAssuming that you want to edit the text file to underline a heading or similar. You can do this by duplicating the line using yy]p (or Of course you will need to Formatting the displayAlternatively, you can use the
You would need to add this to a startup script (such as See |
|||||||||||
|