From 3899ffbdea1c8e04717ae6ae98f427ec0add2def Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 24 Apr 2015 22:44:24 +0200 Subject: .tmux.conf: Adding back default-terminal settings --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index a5872c3..b315063 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,8 @@ # Ring the bell if any background window rang a bell set -g bell-action any +set -g default-terminal "screen-256color" + # split windows like vim # vim's definition of a horizontal/vertical split is reversed from tmux's bind s split-window -v -- cgit v1.2.3-54-g00ecf