From 5eab44699f74f84ca442a5fd77e02926405a2ca9 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 28 Feb 2025 08:40:33 +0100 Subject: [PATCH] Set terminal features for alacritty --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 1851e24..7bc2a44 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,2 +1,3 @@ set-option -g history-limit 1000000 set -g mouse on +set -as terminal-features ",alacritty*:RGB"