Hi Jesse,
I think this is a bug of tmux where pipe-pane only works inside of a
tmux client. See my initial report on the mailing list:
http://www.mail-archive.com/tmux-users@lists.sourceforge.net/msg01883.html
And Nicholas' response with a patch:
http://www.mail-archive.com/tmux-users@lists.sourc
Greetings
I am trying to log the entire contents of a session, from the very start
to finish. Basically, I want to tee the session to a log file.
I read that you can do this with pipe-pane, but I am apparently doing
something wrong and it's not working for me at all.
It works fine when I add
look at setting default-command or default-shell
On Sat, Oct 08, 2011 at 02:14:10PM +0200, Bastien Dejean wrote:
> Nicholas Marriott a ??crit :
>
> > tmux always starts shells as login shells unless explicitly configured
> > not to
>
> How can I explicitly tell tmux not to?
>
> Greetings,
> --