diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-12 19:51:13 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-12 19:52:04 +0200 |
commit | f27c5bf0452d37b9fb9580a4aacac4d5fa2d8f27 (patch) | |
tree | dde59339e165e24d5f9fa73555259cd79a4ee461 /linux | |
parent | 6f681b7db901d8377e26653ad6f0960f059c9a32 (diff) | |
download | dotfiles-f27c5bf0452d37b9fb9580a4aacac4d5fa2d8f27.tar.gz dotfiles-f27c5bf0452d37b9fb9580a4aacac4d5fa2d8f27.zip |
lsp things
Diffstat (limited to 'linux')
-rw-r--r-- | linux/tmux.conf.m4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/linux/tmux.conf.m4 b/linux/tmux.conf.m4 index 9b69c77..87cf9d4 100644 --- a/linux/tmux.conf.m4 +++ b/linux/tmux.conf.m4 @@ -1,8 +1,9 @@ # -- general ------------------------------------------------------------------- -# Options are 'screen-256color', 'screen-256color-bce' -set -g default-terminal "xterm-256color" -# Options are ',*:U8=0', ',xterm-256color:Tc', 'xterm-256color:RGB' -set-option -ga terminal-overrides ",xterm-256color:Tc" +#set -g default-terminal "xterm-256color" +set -g default-terminal "tmux-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" # don't remember +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 -s escape-time 0 # faster command sequences set -s focus-events on |