From d325fee87fc847872c707be2c433caf04c236a46 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 15 May 2022 19:08:40 +0200 Subject: [PATCH] Set default terminal to xterm-256color --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 5fddf25..3378a70 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,8 @@ # use vim copy/paste keybindings setw -g mode-keys vi -set -g default-terminal "tmux-256color" -set -ga terminal-overrides ",tmux-256color:Tc" +set -g default-terminal "xterm-256color" +set -ga terminal-overrides ",xterm-256color:Tc" set -g default-shell /bin/bash