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 just...
Let’s say, you have a Bash alias like: alias rxvt="urxvt" which works fine. However: alias rxvt="urxvt -fg "#111111' -bg '#111111'' won’t work, and neither will: alias rxvt="urxvt -fg \"#111111\'...