Difference between revisions of "Vi editor"
From Teknologisk videncenter
m (New page: = FAQ = == VIM and FreeBSD malfunctioning arrow keys in insert mode == Set ''vim'' to work in ''nocompatible'' mode. Not as old ''vi''. <source lang="cli"> [root@mars ~]#echo "set nocompa...) |
(No difference)
|
Revision as of 12:41, 24 May 2009
FAQ
VIM and FreeBSD malfunctioning arrow keys in insert mode
Set vim to work in nocompatible mode. Not as old vi.
[root@mars ~]#echo "set nocompatible" >> $HOME/.vimrc