Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 19:18:16 -0800
From:      Dale Morris <dlm@well.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: backspace in vim
Message-ID:  <20020220191816.A7295@lymond.lvcm.com>
In-Reply-To: <20020220173318.B1911@lymond.lvcm.com>; from dlm@well.com on Wed, Feb 20, 2002 at 17:33:18 -0800
References:  <20020220173318.B1911@lymond.lvcm.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Feb 2002, Dale Morris wrote:

I found the solution for this backspace problem:

:if &term == "termname"
:  set t_kb=^V<BS>
:  fixdel
endif

Of course, it was right there in plain sight in the vim 6.0 manual..
thanks Hanif!

dale


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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