Last Update: Mar 25, 2023

Today’s sponsor is Depot. Depot is a remote container build service that’s half the cost of GitHub Actions runners and up to 40x faster than other build services. Try it for free.


Vim is a lot better than Vi, especially if you’re programming. If you would rather use Vim than Vi, and you’re on an older distro, here is how you set it up in your shell.

Edit your .bashrc file:

vi /root/.bashrc

Add a line to it:

alias vi='vim'

And save the file. That’s it! Most newer distros do this automatically but some distros still use vi by default.



Want to learn more about Linux? Of course you do. Check out this Linux Fundamentals course. You can sign up for a free trial here and take it today!


Today’s sponsor is Depot. Depot is a remote container build service that’s half the cost of GitHub Actions runners and up to 40x faster than other build services. Try it for free.



Published: Aug 18, 2011 by Jeremy Morgan. Contact me before republishing this content.