[buug] vim annoyances

Rick Moen rick at linuxmafia.com
Mon Apr 25 11:18:52 PDT 2011


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



More information about the buug mailing list