ubuntu下vi按下方向鍵會變成ABCD,這是因為ubuntu預裝的是vim tiny版本,安裝vim full版本即可。
先卸載vim-tiny:
$ sudo apt-get remove vim-common
再安裝vim full:
$ sudo apt-get install vim