Re: Open windows when starting session

2010-12-27 Thread Chris Poole
> There is no session at this point. That makes sense, thanks. I assumed a session is made by default with some name like '0'. -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate d

Re: Open windows when starting session

2010-12-27 Thread Thomas Adam
On Mon, Dec 27, 2010 at 11:27:17AM +, Chris Poole wrote: > Hi, > I want to open some windows by default when I start tmux. > > I have the following in .tmux.conf: > > neww -d > neww -d -n ssh > neww -d -n python ipython > > When starting tmux, I get the error "can't establish cur

Open windows when starting session

2010-12-27 Thread Chris Poole
Hi, I want to open some windows by default when I start tmux. I have the following in .tmux.conf: neww -d neww -d -n ssh neww -d -n python ipython When starting tmux, I get the error "can't establish current session". However, I can then run command `source-file ~/.tmux.conf`, and t