X-Spam-Check-By: sourceware.org
Message-ID: <31b7d2790703020856sb1dff6dmb12ce09e1dba36d8@mail.gmail.com>
Date: Fri, 2 Mar 2007 10:56:35 -0600
From: "DePriest, Jason R." <jrdepriest@gmail.com>
To: cygwin@cygwin.com
Subject: Re: script problem
In-Reply-To: <20070302162740.42069.qmail@web37207.mail.mud.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <16158.83687.qm@web25008.mail.ukl.yahoo.com> 	 <20070302162740.42069.qmail@web37207.mail.mud.yahoo.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 3/2/07, Asher Vilensky  wrote:
> Ok, good point.  You convinced me.  Gone is X.
> One annoying thing I've noticed is that the backspace button doesn't
> work in vi.  It produces '^?' character.  Can somebody remind me how to
> set this right in .vimrc or whatever?  I've been away from Unix/Linux
> for a while.
> Any other rxvt tips would be appreciated.
>
> Thanks.
>

check your /usr/share/vim/vimrc file for these:

set nocompatible        " Use Vim defaults instead of 100% vi compatibility
set backspace=indent,eol,start  " more powerful backspacing

or just stick a .vimrc in your home directory with these two lines

That might help.

-Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

