From 2e95e8a7dffeb04c3a1408db33216d561ffad111 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 23 May 2024 20:52:48 +0200 Subject: [PATCH] Remove default tmux terminal see https://unix.stackexchange.com/a/568263 --- .tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 0d2a77e..7655b63 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,9 +1,7 @@ # use vim copy/paste keybindings setw -g mode-keys vi -# this should correspond to $TERM set in the terminal -set -g default-terminal "tmux-256color" -set -ga terminal-overrides ",tmux-256color:RGB" +set -ga terminal-overrides ",alacritty:Tc" set -g default-shell /bin/bash