Vim

I’ve been away from Ubuntu for a while and just installed Xubuntu 9.10 on an Acer Aspire One.  While editing some of the files, I remembered that pressing the cursor keys in insert mode inserts characters.

This is because of vi compatible mode and is easily redressed by adding “set nocompatible” in “~/.vimrc”.  I understood from this page that this was the default but I might be misreading.  It seems to be a peculiarity of Ubuntu, I didn’t notice this in RHEL, Arch or Fedora (three distributions I use fairly regularly).

Is this an indicator that vim is not perhaps as popular in Ubuntu?  I notice that most times I see a guide online it will suggest using gedit, even if invoked from the terminal.  Perhaps, as I’m not au fait with Debian, our lineage prefers the compatible mode.

I’m sure its not important and we all have our preferences for editors but I do like vim and wish that this behavior was default.  One of the paradoxes with OSS, GNU/Linux in particular, is the freedom afforded allowing us to configure our environments in whatever fashion we prefer creates a diversity that is difficult to train new users, especially between distributions.