terminalslagsmål

This commit is contained in:
Daniel Lundin 2020-10-15 10:08:47 +02:00
parent 49feb3d05d
commit d8decfcf23
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

View file

@ -18,8 +18,15 @@ bind-key ] paste-buffer -p
set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION"
set -g default-command zsh
set -g history-limit 50000
set -g default-terminal "tmux-256color"
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
#set -g default-terminal "tmux-256color"
set -g default-terminal "xterm-kitty"
#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
set -ga terminal-overrides ",*:Tc" # true colous support
set -as terminal-overrides ',*:sitm=\E[3m' # Italics support for older ncurses
set -as terminal-overrides ',*:smxx=\E[9m' # Strikeout
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' # under
# Key bindings
bind -n M-Left select-pane -L