Re: Defining custom screen commands?

2014-07-31 Thread Jim Mahood
Nice solution combined with tab completion. :-) Thanks Gerald! On Jul 31, 2014 12:45 PM, "Gerald Young" wrote: > Hi, > > What I do is have a keystroke binding which types in this: > C-a :source /home/user/Screen/ > > But it doesn't actually submit the command. Then I can manually type in the >

Re: Defining custom screen commands?

2014-07-31 Thread Gerald Young
Hi, What I do is have a keystroke binding which types in this: C-a :source /home/user/Screen/ But it doesn't actually submit the command. Then I can manually type in the command I want to run, like so: C-a :source /home/user/Screen/command And hit enter to execute. The command is actually a scr

Defining custom screen commands?

2014-07-31 Thread Dun Peal
Folks, There's a sequence of screen operations that I execute every once in a while. I can use `bind` and `eval` to execute it by keystroke, but it is not used commonly enough to justify a keystroke binding. Is there a way to define it such that I can execute it by running a custom command on the