tpope / vim-surround

surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

Home Page:https://www.vim.org/scripts/script.php?script_id=1697

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add quotes to word without

kaykhancheckpoint opened this issue · comments

if a word has no surroundings to begin with how do you add it?

For example

Hello

now i want it to be in quotes

"Hello"

Do you mind sharing how'd you achieve this for future learners?