diff --git a/.tmux.conf b/.tmux.conf index 51e0626..0948246 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -6,3 +6,8 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix + +set -g default-terminal "tmux-256color" +#set -as terminal-features ",xterm-256color:RGB" +set -ga terminal-overrides ",xterm-256color:Tc" +set -g bell-action none