* Jason Pope <[email protected]> [09-24-17 15:57]: > All, > > I am running tmux-2.5_1 on FreeBSD 11.1 and I am having an issue with my > configuration in a .tmux.conf file. I want to create a tmux.conf file that > will start tmux with multiple windows open and ready. I have tried the > following simple config file as tmux.conf: > > new-window -ad -n Tab3 > new-window -ad -n Tab2 > new-window -ad -n Tab1
for me the following works: neww -t 1 -n Tab1 neww -t 2 -n Tab2 ... -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
