Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2003 16:25:16 -0500
From:      William O'Higgins <william.ohiggins@utoronto.ca>
To:        Khairil Yusof <kaeru@pd.jaring.my>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: vim keyboard mapping problems (ssh)
Message-ID:  <20031126212516.GA56145@sillyrabbi.dyndns.org>
In-Reply-To: <1069873194.1038.36.camel@wolverine.home.net>
References:  <1069873194.1038.36.camel@wolverine.home.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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@utoronto.ca



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031126212516.GA56145>