ubuntu中vi在编辑状态下方向键不能用,还有回格键不能删除等我们平时习惯的一些键都不能使用。
ubuntu预装的是vim tiny版本,需要的是vim full版本。
$sudo apt remove vim-common $sudo apt install vim