# this allows 'tmux attach' to work without an existing session; like screen -xRR new-session # However, we don't want new-session to execute for reloads; so the rest # of the configuration will go in a separate file that will be sourced # here. bind r source-file ~/.tmux.stage2.conf \; display "Reloaded!" source-file ~/.tmux.stage2.conf