Re: Help using eval in screenrc

2020-03-29 Thread dan d.
On Sun, 29 Mar 2020, Dave Woodfall wrote: > On 2020-03-28 16:20, > dan d. put forth the proposition: > > > > I want to do a keybinding with eval to stack these commands which work now > > when entered manually: > > > > 1. enter the command c-a, defined for me as ^F. I couldn't find in the > >

Re: Help using eval in screenrc

2020-03-29 Thread Brian Patrie
Michael Grant wrote: > I don't know who thought c-a was a reasonable choice since it's > often used for the beginning of line in most shells I use. It's an easy one-hand reach.� And most folks use the Home key for begining-of-line, these days.� :)

Re: Help using eval in screenrc

2020-03-28 Thread Dave Woodfall
On 2020-03-28 16:20, dan d. put forth the proposition: > > I recently asked how one can stack commands with one keybinding in screenrc > > One poster pointed me to eval, which is surely the solution. Much googling > for examples confirmed it can work. > > But alas I have had no joy trying to mod

Re: Help using eval in screenrc

2020-03-28 Thread Michael Grant
On Sat, Mar 28, 2020 at 04:20:51PM -0400, dan d. wrote: > > I recently asked how one can stack commands with one keybinding in screenrc > > One poster pointed me to eval, which is surely the solution. Much googling > for examples confirmed it can work. > > But alas I have had no joy trying to

Help using eval in screenrc

2020-03-28 Thread dan d.
I recently asked how one can stack commands with one keybinding in screenrc One poster pointed me to eval, which is surely the solution. Much googling for examples confirmed it can work. But alas I have had no joy trying to modify the examples for my purpose with multiple trial and errow att