From 9a19c94f01273d27af984c31762cd2f428276a95 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 14 Nov 2024 22:16:13 +0100 Subject: [PATCH] Remove faulty screen-256color from default-terminal in tmux conf --- home/.tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/home/.tmux.conf b/home/.tmux.conf index fedc10f..6ab3636 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -65,7 +65,6 @@ bind-key -n M-( run-shell "#{@move-pane-path} 9" bind-key -n M-C source-file ~/.tmux.conf \; display-message "Config reloaded" # Set the default terminal to support 256 colors -set -g default-terminal "screen-256color" set -g default-terminal "alacritty" # Ensure tmux uses true color