added settings for enabling undercurls in tmux

This commit is contained in:
aminnairi
2023-12-04 19:14:37 +01:00
parent 379239cd13
commit fb5059d216
+2
View File
@@ -57,6 +57,8 @@ set-option -g focus-events on
# Terminal feature specific to Neovim
set-option -sa terminal-overrides ',kitty:Tc'
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
# Tmux plugins
set -g @plugin "janoamaral/tokyo-night-tmux"