X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.tmux.conf;fp=.tmux.conf;h=e383a3783a3c7bf8bc3f8900987153299cd356d8;hb=048f167991e3e1c7c2e7f053fa7854ac803f48b8;hp=dcd460bfb988e40a85ace3462ea0c2ba7c1ecc2d;hpb=35a3cbb0c868c98f17cd0352e96414c3347760be;p=profile.git diff --git a/.tmux.conf b/.tmux.conf index dcd460b..e383a37 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -93,11 +93,16 @@ bind -r C-M-j resize-pane -D bind -r C-M-k resize-pane -U bind -r C-M-l resize-pane -R # Layouts. -bind . select-layout even-vertical -bind , select-layout tiled -bind -r Space next-layout +bind , select-layout even-vertical +bind . select-layout even-horizontal +bind / select-layout tiled +bind M-, select-layout main-vertical +bind M-. select-layout main-horizontal +bind Space next-layout +bind -r C-Space next-layout # Simulate maximising the window. -bind / select-layout even-vertical \; swap-pane -s top \; resize-pane -D 9999 +bind / select-layout main-horizontal \; resize-pane -D 9999 +bind M-/ select-layout tiled # Select windows. bind - choose-window bind M-0 select-window -t 10