On Thu, Nov 22, 2001 at 03:18:20PM -0500, Kevin wrote:
> Call me crazy but i swear i used to be able to use the
> BACKSPACE key in INSERT mode to delete text in vim. 
> Now all i am getting are lines of Ctrl carrots and ?
> marks.  Did something change in vim from RH7.1 to
> RH7.2?

Try recompiling Vim, or alternatively, put this code in you .vimrc:

:if &term == "xterm"
:   set t_kb=
:   fixdel
:endif

HTH,

-- 
Mike Irwin
[EMAIL PROTECTED]
http://elementalspace.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to