Results 1 to 1 of 1
Hello,
Im using Slackware 12.2, korn shell with editor VI.
How can I map the delete key to ctl+c on console.
In X, it works with:
stty intr ^H
But ...
- 08-12-2009 #1Just Joined!
- Join Date
- May 2007
- Posts
- 7
Map delete key to ctl+c
Hello,
Im using Slackware 12.2, korn shell with editor VI.
How can I map the delete key to ctl+c on console.
In X, it works with:
stty intr ^H
But in console the delete key is: ^[[3~, and stty do not accept this:
stty intr ^[[3~
Does anybody know, how to do this. It must be set on korn shell with command line mode set to Vi, not Emacs.


Reply With Quote