Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2009 08:59:27 +0530 (IST)
From:      Saifi Khan <saifi.khan@datasynergy.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: howto alias a stty erase?
Message-ID:  <alpine.BSF.2.00.0908310856390.12290@freebsd>
In-Reply-To: <20090826013012.GA50679@thought.org>
References:  <20090826013012.GA50679@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



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