Added undercurl support adding sets for tmux

This commit is contained in:
Eric Renfro 2023-10-28 11:12:13 -04:00
parent b8f6b24a42
commit b2869ececd
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ setw -g allow-rename on
setw -g automatic-rename on
setw -g aggressive-resize off
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 colors - needs tmux-3.0
# Change prefix key to C-a, easier to type, same as "screen"
unbind C-b
set -g prefix C-a