[2024-10-17] tmux.conf and wezterm.lua

This commit is contained in:
Andrew Conlin 2024-10-17 16:05:32 +01:00
parent d6b161f2d6
commit f5932c6b73
2 changed files with 16 additions and 0 deletions

4
tmux/tmux.conf Normal file
View file

@ -0,0 +1,4 @@
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
set -g default-terminal 'wezterm'