Re: bindkey sequence

2011-01-19 Thread Michael Kelleher
Todd, try entering escape mode and moving the cursor over the line and hitting Y, that will yank the entire line. On Jan 19, 2011 1:24 PM, "Todd Freed" wrote: > Hi, > > I'm attempting to match a sequence of 6-7 keystrokes and can't quite get > the bindkey to work. > > I find myself frequently copy

Re: Passing string into stdin of screen

2010-12-23 Thread Michael Kelleher
To pass a command to a screen session to be intrepreted from stdin use the following: screen -X stuff "echo hello^M" However make sure to generate the ^M by pressing Ctrl-V Enter. On Wed, Dec 22, 2010 at 2:35 PM, wcjh wrote: > > I'm using 'screen' as a terminal emulator to communicate to a s

Re: binding shift/ctrl/alt + f-keys

2010-12-07 Thread Michael Kelleher
Hi Dustin, Open your ~/.screenrc with vim. You need to specify the key sequence that corresponds to the keys in question. This is different on each machine. You can find out the sequence by entering insert mode then pressing Ctrl-v followed by Shift-F1 in this case. On my machine it would look lik

Re: screen-users Digest, Vol 1122, Issue 1

2010-11-28 Thread Michael Kelleher
the World Wide Web, visit > > http://lists.gnu.org/mailman/listinfo/screen-users > > or, via email, send a message with subject or body 'help' to > > screen-users-requ...@gnu.org > > > > You can reach the person managing the list at > >

Re: Question Regarding Navigating the Buffer

2010-11-25 Thread Michael Kelleher
Enter scrollback mode then hit "g w" On Nov 23, 2010 11:41 AM, "Pandurangan R S" wrote: ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users