Re: tmux leaking socket descriptors under certain circumstances

2014-03-03 Thread Nicholas Marriott
Please send me your .tmux.conf too. Original message From: Jan Larres Date: 03/03/2014 03:55 (GMT+01:00) To: tmux-users@lists.sourceforge.net Subject: Re: tmux leaking socket descriptors under certain circumstances On 27/02/14 12:06, Nicholas Marriott wrote: > What tmux

Re: tmux leaking socket descriptors under certain circumstances

2014-03-03 Thread Jan Larres
On 04/03/14 05:13, Nicholas Marriott wrote: > Please send me your .tmux.conf too. Here you go: https://github.com/majutsushi/etc/tree/master/tmux -Jan -- Subversion Kills Productivity. Get off Subversion & Make the Move

Re: Different results when running the same script directly in shell vs through tmux run-shell

2014-03-03 Thread Balazs Kezes
On 2014-03-02 15:34, Kaushal wrote: > BUT when I run the same through run-shell using a key-binding, > -- > bind C-e run "tmux list-windows -F '#{session_name}:#{window_index}' | > xargs -I SESS_WIN tmux list-panes -t SESS_WIN -F 'SESS_WIN.#{pane_index}'" > -- > I get, > --