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
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
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
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
> >
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