bring back choose-session

Tue, 23 May 2017 01:35:29 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 23 May 2017 01:35:29 -0400
changeset 581
dbe8e6709cd5
parent 580
5a9e9be223f0
child 582
7ec3dc00d06d

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"
 

mercurial