X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.tmux.conf;h=dd5202a450637829486ead5ff46747a5375c2dd9;hb=a9aced1a57ade71015b8bcbcc3b1bf00cd0f6ef3;hp=d85e935e82d1ba639a217c07e8dded296ce56d34;hpb=11580fbc4dedde05c704c8124d8a5ac7cf56204f;p=profile.git diff --git a/.tmux.conf b/.tmux.conf index d85e935..dd5202a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -84,8 +84,18 @@ bind . select-layout even-vertical bind , select-layout tiled # Simulate maximising the window. bind / select-layout even-vertical \; swap-pane -s top \; resize-pane -D 9999 -# Show windows -bind - list-windows +# Select windows. +bind - choose-window +bind M-0 select-window -t 10 +bind M-1 select-window -t 11 +bind M-2 select-window -t 12 +bind M-3 select-window -t 13 +bind M-4 select-window -t 14 +bind M-5 select-window -t 15 +bind M-6 select-window -t 16 +bind M-7 select-window -t 17 +bind M-8 select-window -t 18 +bind M-9 select-window -t 19 # Set current window title. bind t command-prompt -p "Set window's title to:" 'rename-window %1' # Show clock.