From bb6c6169747d7cadbf90646fffebc07eb1fc1e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Sat, 31 Aug 2013 00:00:11 +0200 Subject: [PATCH] hopefully fixed those redraw bugs --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index d30a63c..ff1b51e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -26,6 +26,9 @@ set -s escape-time 0 bind -r j previous-window bind -r k next-window +# fixes redraw bugs +set -g default-terminal screen-256color + # splitting unbind % unbind '"'