tmux termcap for undercurl + colored underline

This commit is contained in:
Daniel Lundin 2020-10-15 08:35:40 +02:00
parent 4bdf4060d9
commit f9436798f0
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

View file

@ -19,8 +19,7 @@ set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID
set -g default-command zsh
set -g history-limit 50000
set -g default-terminal "tmux-256color"
#set -ga terminal-overrides ',*:Tc' # this is for 256 color
#set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # this is for the cursor shape
set -as terminal-overrides ',*:Tc:Su:smuc=\E[4:3m:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # colored underline
# Key bindings
bind -n M-Left select-pane -L