> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Ross Presser

> Olaf Foellinger <[EMAIL PROTECTED]> wrote in
> news:[EMAIL PROTECTED]:
>
> > On Fri, Jul 18, 2003 at 10:46:41AM -0400, Steve wrote:
> >> Hi;
> >>
> >> I was perusing the man page for rxvt ( windows 2000, cygwin ).
> >>
> >> I didn't notice any option that would allow me to past into the rxvt
> >> terminal.
> >>
> >> Is this possible?
> >
> > I'm pasting with the middle button of the mouse.
> >
> >
> > Gruss Olaf Föllinger
> >
>
> shift-left button also works.
>

Additionally, having this...

        $ grep -i ins .inputrc
        #insert-key
        "\M-[2~": paste-from-clipboard # Insert

makes the "Insert" key paste *the first line* of the clipboard.

/Hannu E K Nevalainen, B.Sc. EE - Micro Computer Systems, 59~14'N, 17~12'E
 ~ <=> degree


-- basic keystrokes that are nice to have defined in -- .inputrc --

#---------------
# Keybindings...
#

# DEL key in bash
"\e[3~": delete-char

#insert-key
"\M-[2~": paste-from-clipboard # Insert

# Home in rxvt
"\e[7~": beginning-of-line
# End in rxvt
"\e[8~": end-of-line

--END OF MESSAGE--


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to