From owner-freebsd-questions@FreeBSD.ORG Mon Aug 31 03:31:41 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE320106568B for ; Mon, 31 Aug 2009 03:31:41 +0000 (UTC) (envelope-from saifi.khan@datasynergy.org) Received: from s219.sureserver.com (s219.sureserver.com [203.194.200.31]) by mx1.freebsd.org (Postfix) with ESMTP id 409E98FC08 for ; Mon, 31 Aug 2009 03:31:40 +0000 (UTC) Received: (qmail 10004 invoked by uid 1002); 31 Aug 2009 03:31:40 -0000 Received: from unknown (HELO ?10.10.10.7?) (saifi.khan@datasynergy.org@59.92.222.17) by s219.sureserver.com with ESMTPA; 31 Aug 2009 03:31:40 -0000 Date: Mon, 31 Aug 2009 08:59:27 +0530 (IST) From: Saifi Khan X-X-Sender: saifi@freebsd To: freebsd-questions@FreeBSD.ORG In-Reply-To: <20090826013012.GA50679@thought.org> Message-ID: References: <20090826013012.GA50679@thought.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Re: howto alias a stty erase? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2009 03:31:42 -0000 On Tue, 25 Aug 2009, Gary Kline wrote: > > is there a way of setty'ing "stty erase" to [backspace key"? > pretty sure that is the delete key. i'm tired of having to hand > set it every time when i use the Konsole term. > > thanks, > gary > to set this you need to specify command and key combination command is : stty erase keycomb is : CTRL+v then press backspace key once overall it looks like # stty erase ^? Hope this helps. thanks Saifi.