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 the
windows open fine.

I've tried using lines

    rename main
    neww -d -a -t main:1

but that doesn't work either. (I start my window count from 1, not 0.)

Can I do what I want?

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to