Replace string contains special character in Vim
Learn how to manage special character string replacements in Vim efficiently.
Oct 16, 20242 min read79

Search for a command to run...
Articles tagged with #vim
Learn how to manage special character string replacements in Vim efficiently.

I was struggling to keep my dotfiles in GitHub in sync with the dot files in the $HOME directory. But now it is so smooth. Cut to the chase, here is what I do: The $HOME folder will be the single source of truth. I keep all the original files here ...
