From 27a3ec825ebb097fa1226cfd956e6484cf1de934 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 20 Aug 2024 00:33:41 -0700 Subject: [PATCH] tmux: terminal-features from nvim checkhealth --- home/modules/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/tmux.nix b/home/modules/tmux.nix index 9b99b7f..be25b9a 100644 --- a/home/modules/tmux.nix +++ b/home/modules/tmux.nix @@ -36,6 +36,7 @@ in extraConfig = '' set-option -g renumber-windows on set-option -g focus-events on + set-option -g terminal-features 'alacritty:RGB' bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}"