From ede15858ab5fb8cba186d945a1c6598c513164ac Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 19 Aug 2023 14:27:22 +0200 Subject: [PATCH] Update terminal emulator --- .tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 3378a70..0d2a77e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,9 @@ # use vim copy/paste keybindings setw -g mode-keys vi -set -g default-terminal "xterm-256color" -set -ga terminal-overrides ",xterm-256color:Tc" +# this should correspond to $TERM set in the terminal +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",tmux-256color:RGB" set -g default-shell /bin/bash