Quoting Michael Paoli (Michael.Paoli at cal.berkeley.edu): > vim never ceases to annoy me: Here, let me fix that for you. $ mkdir ~/bin $ cd $ wget https://sites.google.com/a/bostic.com/keithbostic/files/nvi-1.79.tar.gz $ tar xzf nvi-1.79.tar.gz $ cd nvi-1.79 $ ./configure $ make $ cp bin/vi ~/bin $ echo "alias ls='~/bin/vi'" >> ~.bashrc $ . ~/.bashrc