Hi all. Any Vim gurus out there? Just one simple question. I am logging
in to my freeBSD 4.8 box via ssh through the putty client for windows.
My login shell is bash. When I fire up Vim, the arrow keys don't work in
insert mode. They just print "A", "B", "C", or "D" followed by a new
line. This only happens with putty. If I use the openssh client, the
arrow keys work for navigation but only after dropping me back into
command mode. What I would like is for the keys to work as expeted (move
the cursor around) while staying in insert mode, which is a feature of
Vim I believe. I know it has something to do with the terminal type
being advertised by the client and the keymappings, but I don't know
what. I have set my terminal type to xterm in putty, which is what the
$TERM variable is, but no go. Can anyone give me a hint here?
Thanks in advance.
Matt M.