From 662c668c486d257c8d97ff839bd5c63f337d1f85 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 10 Nov 2016 16:21:54 -0500 Subject: Changes default-terminal value according to tmux FAQ --- configs/.tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/.tmux.conf b/configs/.tmux.conf index e3178acbf4a1..59568dfcb59c 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -1,5 +1,3 @@ -set -g default-terminal "screen-256color" - source-file "${HOME}/makersquare/tmux-themepack/powerline/block/green.tmuxtheme" @@ -19,5 +17,5 @@ bind % split-window -c "#{pane_current_path}" bind '"' split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" -set -g default-terminal "screen-256color-italic" +set -g default-terminal "tmux" -- cgit 1.4.1