dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 33798926b6f08f44c76d1c7cf9dddd857afcd2e6
parent a667dec37ccd903ce91a4bdbe2f43b5dd7ac1656
Author: Ed van Bruggen <ed@fred-cb.(none)>
Date:   Thu, 15 Jan 2015 14:06:18 -0800

Tmux: Change default term to screen from xterm

Diffstat:
tmux.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmux.conf b/tmux.conf @@ -1,6 +1,4 @@ # colors{{{ -set -g default-terminal "xterm-256color" - # change pane border set -g pane-border-fg blue set -g pane-border-bg default @@ -96,3 +94,5 @@ set -g base-index 1 set -g mode-mouse on +set -g default-terminal "screen-256color" +