From 069c833646701bd0f6d9d416287847a111a14878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Sun, 30 Jun 2013 21:16:45 +0200 Subject: [PATCH] fixed a minor thing in the last commit --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index bd61bf8..b74843f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -31,8 +31,8 @@ bind Escape copy-mode set -s escape-time 50 # switch windows -bind -r j previous-window -bind -r k next-window +bind -r C-j previous-window +bind -r C-k next-window # splitting unbind %