Tue, 23 May 2017 01:35:29 -0400
bring back choose-session
.tmux.conf | file | annotate | diff | comparison | revisions |
--- 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"