From bbb669db5ae21cbfd33570859940b678fcd1aa90 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 2 Apr 2013 17:09:43 +0200 Subject: [PATCH] tmux: default term set to xterm --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 336925f..b46b604 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1 +1 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "xterm"