commit d6d8c60b099acf34c8dd9d04a5e0ca66180b6115
parent 6c965d96b3c69673fe2c4a764eeab52e0cdf28ef
Author: Chris Bracken <cbracken@google.com>
Date: Mon, 22 Oct 2012 12:05:25 -0700
Corrected next/previous keybindings for more sane behaviour.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -12,8 +12,8 @@ set-option -g status-utf8 on
# vi keys
set-window-option -g mode-keys vi
set-option -g status-keys vi
-bind C-j previous-window
-bind C-k next-window
+bind C-j next-window
+bind C-k previous-window
# disable mouse
set-window-option -g mode-mouse off