After starting to use Ubuntu 16.04, I find that many reasonable vi
settings are off (before that I was on Scientific Linux, don't remember which version). This includes things like language highlighting, remembering the cursor's last line, search highlighting, remembering the last search, line number at screen bottom...
I tried to remedy some of these in ~/.vimrc
and in /etc/vim/vimrc
, which didn't always work.
Before I go on tackling each of the problems individually, I wonder if there is something big that I'm missing which might account for lacking all of these?
Edit: It was suggested that this is a duplicate of this question. Not exactly. It turns out that the answers in that question give a partial answer to this question if they are combined with the answers to a third question. Therefore, I add all this as an answer, since it would be useful to anyone else facing the same problem.