bind them with the run-shell command that is.
On Sun, Apr 17, 2011 at 08:14:13PM +0100, Nicholas Marriott wrote:
> I usually write little shell scripts and bind them.
>
>
> On Wed, Apr 13, 2011 at 06:14:13PM -0400, Rita wrote:
> >I have 3 commands,
> >command1 ?#writes something to stdo
I usually write little shell scripts and bind them.
On Wed, Apr 13, 2011 at 06:14:13PM -0400, Rita wrote:
>I have 3 commands,
>command1 �#writes something to stdout and exit
>command2 �#writes something to stdout and exit
>command3 �#similar to tail -f its keep updating
>I typ
I do something similar, splitting one window into four panes and running the
same watch-like command (in my case, watchc is a zsh alias) in each. Here
are the pertinent .tmux.conf lines I use:
# Keep windows open after running the command
set set-remain-on-exit on
# create new session with new wi