.tmux.conf: fix mixup
authorColin Patrick McCabe <cmccabe@nvidia.com>
Tue, 18 Oct 2011 21:52:59 +0000 (14:52 -0700)
committerColin Patrick McCabe <cmccabe@nvidia.com>
Tue, 18 Oct 2011 21:52:59 +0000 (14:52 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

.tmux.conf

index 6e8e26a..7b57975 100644 (file)
@@ -17,10 +17,10 @@ set -g default-terminal "screen-256color"
 
 set -g visual-bell off
 
-bind-key -n F5 next
+bind-key -n F5 prev
 bind-key -n F6 select-pane -t :.+
 bind-key -n F7 select-pane -t :.-
-bind-key -n F8 prev
+bind-key -n F8 next
 
 set-option -g status-utf8 on
 set-option -g status-bg blue