.tmux.conf

changeset 581
dbe8e6709cd5
parent 499
47fcadea275e
child 582
7ec3dc00d06d
--- 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"
 

mercurial