Easy underlining of Markdown headings in Vim
Say you have a heading:
Awesome Heading
Type:
yypVr-
and viola!
Awesome Heading
---------------
Use = instead of - for double underline.
So easy!
Create mappings to make it even easier.
map <leader>mh yypVr-
map <leader>mH yypVr=
Written by Benjamin Sullivan
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Vim
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#