X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.tmux.conf;h=a8e7523a76f6a77ff61a62c0f87fcf704b56bf24;hb=f31e7ccbee13e0f17c61109e873556582bbed335;hp=8e27609818ef9e7206d6482eb18d8729d038682b;hpb=023ace4cee5028e65f80867e2181dc801145783a;p=profile.git diff --git a/.tmux.conf b/.tmux.conf index 8e27609..a8e7523 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -66,12 +66,12 @@ bind -r L next-window # Last window like Vim. bind ^ last-window bind C-^ last-pane +bind C-o last-pane # Top and bottom. bind J select-pane -D bind K select-pane -U # Swap panes. bind o swap-pane -D -bind -r C-o swap-pane -D bind -r O swap-pane -U bind w command-prompt -p "Select [.] to swap:" 'swap-pane -s . -t %1' # Swap windows. @@ -171,7 +171,7 @@ set -g message-command-bg colour88 set -g message-command-fg white # Active pane set -g pane-active-border-bg default -set -g pane-active-border-fg white +set -g pane-active-border-fg colour31 # Inactive pane. set -g pane-border-bg default set -g pane-border-fg colour17