From a5eb763f06de761b0e744da3504958176d01306c Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Mon, 10 Feb 2020 11:11:17 -0500 Subject: tmux: update term overrides, add alacritty --- dot_config/tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dot_config/tmux') diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 4ad8ff3..4fd021f 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -14,8 +14,9 @@ set -g set-titles on set -g set-titles-string "#T" # true colors -set -ga terminal-overrides ",*256col*:Tc" -set -ga terminal-overrides ",xterm-kitty:Tc" +set -ga terminal-overrides ",alacritty:RGB" +set -ga terminal-overrides ",*256col*:RGB" +set -ga terminal-overrides ",xterm-kitty:RGB" # --- keybinds --- # splitting -- cgit v1.2.3