X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.tmux.conf;h=d4077d3057c672f468005b69f82f3c3aac38a14b;hb=bfa0c4f2b6dd1f8b6c27c7a3d30dd9d21a524fb1;hp=d69c31fab0dbfe0af270ead32f48a46835aa3afa;hpb=ef6b6d7f9c963665a71785098a9718b089e280b5;p=profile.git diff --git a/.tmux.conf b/.tmux.conf index d69c31f..d4077d3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -72,7 +72,7 @@ bind = display-panes # Move the current pane into a separate window. bind b break-pane # Split another pane into this window. -bind B command-prompt -p "Select [.] to join:" 'join-pane -s %1' +bind B command-prompt -p "Select [.] to join:" 'join-pane -s %1' # Split vertically. bind C-\ split-window -v # Next pane. @@ -86,6 +86,16 @@ bind , select-layout tiled bind / select-layout even-vertical \; swap-pane -s top \; resize-pane -D 9999 # 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.