Why does vi behave differently in Ubuntu than in CentOS?
In ubuntu, the default vim install comes from the package vim-tiny, which isn’t the whole thing. You probably want to: apt-get install vim or apt-get install vim-full Some of your other problems sound like issues with the backspace key and other things. Once you get the full version of vim, try adding these to your … Read more