Re: howto alias a stty erase?

2009-08-30 Thread Saifi Khan
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

Re: howto alias a stty erase?

2009-08-30 Thread Gary Kline
On Mon, Aug 31, 2009 at 08:59:27AM +0530, Saifi Khan wrote: 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.

Re: howto alias a stty erase?

2009-08-25 Thread Scott Schappell
If you use sh or bash, you can add to .profile or .bash_profile: stty erase ^h That should do it. Type the caret (^) and (h). On Aug 25, 2009, at 6:30 PM, Gary Kline wrote: is there a way of setty'ing stty erase to [backspace key? pretty sure that is the delete key. i'm