From 886df26d1c6c04dcd830dee2f9763a9b67e7b96e Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Thu, 3 Dec 2020 13:47:07 +0100 Subject: [PATCH] Add undercurl to tmux --- tmux/tmux.conf.symlink | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index c58d215..7094f19 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -1,6 +1,7 @@ set -g default-command "zsh" set -g default-terminal "tmux-256color" set -g history-limit 20000 +set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # automatically renumber tmux windows set -g renumber-windows on