What are the Differences Between Vi and Vim?
Vi vs Vim: A review of the main differences between the Vi/Ex POSIX standard and the Vim implementation.
updated Sep 2020
Vi and Vim Quick References: A One Page Cheat Sheet
A one-page cheat sheet of Vi/Vim quick references to speed-up your productivity with your favorite terminal based text editor. Great for casual Vi and Vim users to daily coders.
updated Mar 2022
Removing ^M in imported Windows files
Learn how to quickly and easily handle files with newline and carriage return between linux, mac, and windows. This post will explain how to remove or replace the often annoying ^M character.
alias cvtCR="tr·updated Sep 2020·2 examples
