diff --git a/.tmux.conf b/.tmux.conf --- a/.tmux.conf +++ b/.tmux.conf @@ -32,9 +32,10 @@ set -g window-status-current-bg colour23 set -g set-titles on set -g set-titles-string "#h(#S)" - source-file ~/.tmux/screen-keys.conf source-file ~/.tmux/vim-keys.conf +bind S choose-session + if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local"