How can I quickly quote/unquote words and change quoting (e.g. from \' to \") in Vim? I know about the surround.vim plugin, but I would like to use
\'
\"
Visual mode map example to add single quotes around a selected block of text:
:vnoremap qq `>a'`