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
> >
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.� :)
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
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
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