This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: RXVT can you paste into it?


> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf
> Of Ross Presser

> Olaf Foellinger <Olaf.Foellinger@bln.sesa.de> wrote in
> 20030718145846.GM2540@nbof:">news:20030718145846.GM2540@nbof:
>
> > 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]