So I've been increasingly making use of Vi for quick file edits, and have actually become fond of it (strange, i know)
Anyhow, on *buntu 20.04+ vi behaves as if it's drunk.
The arrow keys can't be used for navigation (although they can on 18.04, embedded Linux versions, Ubuntu server, etc) and there are many other oddities. what gives? is there an easy fix, and if it's by choice: WHY?
vi
has NEVER allowed the use of arrow keys,vim
is the improved (modern) version ofvi
that allows arrow keys.. they are different programs (vi
is the legacy version from decades past, before arrow keys existed,vim
the modern version) – guiverc Dec 08 '20 at 11:59