On Mon, Mar 18, 2002 at 03:43:25PM +0100, Gerrit P. Haase wrote: > And while editing .inputrc, consider to add some more goodies: > > $ cat .inputrc > # This file is read by the 'readline' library > # (the library which bash uses for its command- > # line editing facility) > > # Make Home work > "\e[7~": beginning-of-line > # Make End work > "\e[8~": end-of-line > # Make Delete work > "\e[3~": delete-char > # make Insert work > "\e[2~": paste-from-clipboard
More goodies (for rxvt only): # ctrl-left and ctrl-right "\eOd" : backward-word "\eOc" : forward-word -- Lars Munch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/