# HG changeset patch # User Meredith Howard # Date 1495517729 14400 # Node ID dbe8e6709cd531ca4589f00f365bc60f93d2f965 # Parent 5a9e9be223f0789b648952f8efe2549b5a125ab0 bring back choose-session 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"