Pentadactyl deprecated noremap.
[profile.git] / .tmux.conf
index 8e27609..a8e7523 100644 (file)
@@ -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 [<window>.]<pane> 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