Subject: Re: Vim does strange things
To: None <netbsd-help@NetBSD.org>
From: Chuck Yerkes <chuck+nbsd@2004.snew.com>
List: netbsd-help
Date: 02/24/2004 00:19:23
Quoting Christoph Dietzschold (cd@hoerbe.net):
> I googled, trying to solve this question, but couldn't find anything useful.
> 
> Everytime I use vim on NetBSD and try to navigate through the file (insert 
> mode) with the cursor-keys there are placed the capital letters A;B;C;D in 
> the text.
> 
> A<cr> up
> B<cr> down
> C<cr> right
> D<cr> left

You're in insert mode.  It's inserting the termcap entries for those
keys.  Move in <command> mode.