From 55e6c796b79441bf786ddf3ef2a058736ee68293 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 19 May 2024 22:31:26 -0700 Subject: [PATCH] Adjust tmux to work well with Neovim 0.10 in Alacritty Signed-off-by: Danila Fedorin --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a54e4d5..450f729 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,2 +1,4 @@ set mouse set -sg escape-time 0 +set -g default-terminal "screen-256color" +set -ag terminal-overrides ",xterm-256color:RGB"