Vim Katas

Vim exercises based on the book – Practical Vim. Contribute to adomokos/Vim-Katas development by creating an account on GitHub. Read more

Similar

Advanced Search and Replace in Vim

Vim provides the :s (substitute) command for search and replace; this tip shows examples of how to substitute. On some systems, gvim has Find and Replace on the Edit menu (:help :promptrepl), however it is easier to use the :s command due to its command l... (more…)

Read more »