From 184ccd8e65dabe21f2280db7255889e59bbf25fb Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 21 Jan 2020 15:08:19 -0500 Subject: [PATCH] removed redundant set term statement --- tmux/.tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5835b79..adc6a39 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,10 +4,6 @@ unbind C-b bind C-a send-prefix set -sg escape-time 0 -# Ensure terminal starts with its own colour scheme (helps Vim/Neovim themes to not break) -set-option -g default-terminal "screen-256color" -set -g default-terminal "screen-256color" - #Mouse/Scrollback Tweaks set -g history-limit 100000 #setw -g mode-keys vi