A Code Monkey's Blog

Start Vim without loading vimrc

You can also start it without reading any of the initialization files (.vimrc, /etc/vim/vimrc) like this:

vim -u NONE file

Credit due to Smoot Carl-Mitchell