diff --git a/tmux.conf b/tmux.conf index 824153e..52436ee 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,7 +1,8 @@ bind-key C-b last-window set-option -g default-command /bin/zsh set-option -g default-shell /bin/zsh -set-option -g default-terminal 'screen-256color' +set-option -s default-terminal 'tmux-256color' +set -ga terminal-overrides ',alacritty:RGB,*256col*:RGB' set-option -g history-limit 100000 set-option -g prefix C-b set-option -g renumber-windows on