[tmux] undercurl

This commit is contained in:
odrling 2022-05-27 01:20:46 +02:00
parent 957fff28a4
commit f4574fe590
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -9,6 +9,9 @@ bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
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
#bind -n C-d detach
# Enable mouse mode (tmux 2.1 and above)