Why can’t I use Backspace in Vi (and how to fix it)

Yeah. It’s simple enough to fix.

vi ~/.vimrc

Add the following lines

set nocompatible
set backspace=2

done!