Swap round some tmux bindings.
authorIain Patterson <me@iain.cx>
Wed, 12 Jan 2011 11:14:25 +0000 (11:14 +0000)
committerIain Patterson <me@iain.cx>
Thu, 13 Jan 2011 11:39:22 +0000 (11:39 +0000)
commitd6ccc8abb1b587d6c9e2b4f416c1236cc61e7c3c
tree3bba17d40e1115294ece936bb14d809f4c458019
parent59c39198581757eee1fc00cb707e0d60e5a7df0b
Swap round some tmux bindings.

Use h and l to switch left and right in panes; H and L to switch left
and right in windows.
Use J and K to switch up and down not top and bottom which only worked
when there was one pane on top or bottom, ie they broke if there were
two vertically-split panes on top.

These changes diverge from screen compatibility somewhat but
it was getting annoying to have to swap between using shift or not
when changing panes horizontally or vertically.

Also use 6 as another way to switch to the last pane and ^ to switch
to the last window, kinda like Vim.
.tmux.conf