From 21c015d5cdb97dabf59346e6cb018faf7ede7bca Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 28 Jun 2022 15:00:37 +0200 Subject: [PATCH] alacritty tmux conf --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 406f9c5..103a633 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -20,7 +20,8 @@ set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID set -g default-command zsh set -g history-limit 10000 -set-option -g default-terminal "tmux-256color" +set -g default-terminal "alacritty" +set -ag terminal-overrides ",alacritty:RGB" set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # Underline color # Key bindings