diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index caa2327..23fbeca 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -1,10 +1,10 @@ # 256 color {{- if eq .hosttype "desktop" "laptop" }} -set -g default-terminal "screen-256color" +set -g default-terminal "alacritty" {{- else }} set -g default-terminal "tmux-256color" {{- end }} -set -ga terminal-overrides ',xterm-256color:RGB' +#set -ga terminal-overrides ',xterm-256color:RGB' # increase limit of "scrollback buffer" set -g history-limit 1000000