vim keyboard mapping problems (ssh)
William O'Higgins
william.ohiggins at utoronto.ca
Wed Nov 26 13:24:34 PST 2003
On Thu, Nov 27, 2003 at 02:59:56AM +0800, Khairil Yusof wrote:
>vim (command mode):
>home,end,cursor keys work, but tab doesn't work for commands. tab key
>displays ^I instead.
>
>vim (insert mode):
>
>up cursor = A + enter
>left cursor = D + enter
>right cursor = C + enter
>down cursor = B + enter
>
>home = H
>end = F
Put this in your .vimrc file:
set nocompatible
I may have misremembered the command, but it should be in in
/usr/share/examples/vimrc, or somewhere very like it. Do a find /usr
-name *vimrc* and your should be able to find the settings you need.
--
yours,
William O'Higgins
william.ohiggins at utoronto.ca
More information about the freebsd-questions
mailing list