X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.tmux.conf;fp=.tmux.conf;h=5d9d8b79e6b3fa704e3f2d36f50296ec63fc6205;hb=d6ccc8abb1b587d6c9e2b4f416c1236cc61e7c3c;hp=f46cae1f1f643111efe60500a9429be584e86675;hpb=59c39198581757eee1fc00cb707e0d60e5a7df0b;p=profile.git diff --git a/.tmux.conf b/.tmux.conf index f46cae1..5d9d8b7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -39,17 +39,20 @@ bind j select-pane -D bind C-j select-pane -D bind k select-pane -U bind C-k select-pane -U -# Previous and next window kinda like Vim. -bind h previous-window -bind C-h previous-window -bind l next-window -bind C-l next-window -# And for panes. -bind H select-pane -L -bind L select-pane -R +# Previous and next panes kinda like Vim. +bind h select-pane -L +bind C-h select-pane -L +bind l select-pane -R +bind C-l select-pane -R +# And for windows. +bind H previous-window +bind L next-window +# Last window like Vim. +bind ^ last-window +bind C-^ last-pane # Top and bottom. -bind J select-pane -t bottom -bind K select-pane -t top +bind J select-pane -D +bind K select-pane -U # Swap panes. bind w swap-pane # Show panes.