New-session not working as expected

2012-12-01 Thread Nate Soares
Consider the following sequence of commands: > tmux new-session -s Foo [you are now attached to session Foo] > tmux new-session -d -s Bar sessions should be nested with care, unset $TMUX to force I'm not trying to nest sessions. Note the "-d" in tmux new-session. I'm trying to create the "Bar" se

Make tmux honor XDG_CONFIG_HOME if it is set.

2012-10-15 Thread Nate Soares
Hey all. The attached patch makes tmux honor XDG_CONFIG_HOME if it is set. This is a nice way to prevent the pollution of the home directory. See the xdg spec for more details. I use this to keep my home directory clean, and