From a1c69cddca1e8feb871e5a26b3809336f80a58bd Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Tue, 29 Apr 2025 16:36:55 -0400 Subject: update --- modules/tmux/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/tmux') diff --git a/modules/tmux/default.nix b/modules/tmux/default.nix index cd5f0c6..4fab8e3 100644 --- a/modules/tmux/default.nix +++ b/modules/tmux/default.nix @@ -42,6 +42,10 @@ in extraConfig = '' set -g default-terminal "screen-256color" set -g default-command zsh # this fixes colors for some reason + # undercurl support in neovim + set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' + # support colors for undercurl + set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' set -g renumber-windows on bind R source-file ~/.config/tmux/tmux.conf -- cgit v1.2.3