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 I have even tried placing the above configuration in a file called windows.conf, then source that file from tmux.conf with: source-file windows.conf Neither config's work. I get one tmux session with one window open. Once I am in the tmux terminal, I can get it to add windows by sourcing the windows file with: tmux source-file windows.conf Can anyone tell me what I am doing wrong? boards [email protected] Greater love has no one than this, that one lay down his life for his friends. -- 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.
