解決 Vim 在 ubuntu 的問題

使用 ubuntu 的 vi 當你在 insert 模式的時候, 方向鍵會失效. 解決方式如下 :

#vi ~/.vimrc
set nocompatible

加入”set nocompatible” 在 .vimrc 檔案. 就可以解決了.