Mail Archives: cygwin/1997/05/10/13:19:16
Aris DOT Zakinthinos AT cl DOT cam DOT ac DOT uk wrote:
Ac> I have been trying to add a binding so that "Home", "End" etc. do
Ac> the obvious things for command line editing. I have tried
Ac> everything I can possibly thing of but I can't get it to work. Is
Ac> bind broken?
here's how it's done:
# home key
bind '"\e[1~":beginning-of-line'
# del key
bind '"\e[3~":delete-char'
# end key
bind '"\e[4~":end-of-line'
# pgup key
bind '"\e[5~":history-search-forward'
# pgdn key
bind '"\e[6~":history-search-backward'
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -