HTML and vim Tips:
:runtime! syntax/2html.vim :convert txt to html:%s#<[^>]\+>##g : delete html tags, leave text
My vim.rc : Type a word and press ",," without quote
imap <silent> ,, <ESC>"_yiw:s/\(\%#\w\+\)/<\1> <\\\1>/<cr><c-o><c-l>f>a
Vaibhav.