If you want to run vim without executing a customer’s .vimrc, as they’ve got crazy colours and random stuff all over the show, just do use NONE as a special value to skip any .vimrc parsing;
1 |
vim -u NONE |
You might need to run :set nocp in vim itself if you’re like me and used to the non-vi compatible features.