Re: run-shell error on while-loop

2014-12-24 Thread CaptSpify
CaptSpify@woody ~ $ tmux -V tmux 1.9 -- Kyel On Tue, Dec 23, 2014 at 09:55:43AM +, Nicholas Marriott wrote: > tmux version? > > Original message > From: captsp...@thekyel.com > Date:22/12/2014 18:09 (GMT+00:00) > To: tmux-us...@lists.sf.net > Subject: run-shell error on w

Re: run-shell error on while-loop

2014-12-24 Thread CaptSpify
Hey! works like magic. I guess I thought that if I ran it in the background, that I'd never see the choose-buffer. Thanks! -- Kyel On Tue, Dec 23, 2014 at 03:16:32PM +, Nicholas Marriott wrote: > Your choose-buffer commands will run in the same session as your key > binding but that sessi

Re: run-shell error on while-loop

2014-12-23 Thread Nicholas Marriott
Your choose-buffer commands will run in the same session as your key binding but that session's command queue is blocked waiting for the first run-shell to exit. Bind the key to run-shell -b instead. On Tue, Dec 23, 2014 at 06:48:25AM -0800, captsp...@thekyel.com wrote: > CaptSpify@woody ~ $ tmu

Re: run-shell error on while-loop

2014-12-23 Thread Nicholas Marriott
tmux version? Original message From: captsp...@thekyel.com Date:22/12/2014 18:09 (GMT+00:00) To: tmux-us...@lists.sf.net Subject: run-shell error on while-loop I've got a weird issue where running a script with "run-shell" acts differently than running it from my actual s