From 2e334edaa070c212a5da401206d4159aadd1f980 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Tue, 20 Oct 2020 09:37:10 -0400 Subject: [PATCH] tmux change --- stow/tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 1f4394c..1cc3e6d 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -4,7 +4,7 @@ set-option -g prefix C-a bind-key C-a send-prefix # emulate a color terminal emulator -set -g default-terminal "tmux-256color" +set -g default-terminal "xterm-256color" # unset the annoying delay set -sg escape-time 0