diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ef924be..904fa40 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,11 +1,11 @@ -set -ga terminal-overrides ",xterm-256color:Tc" -set-option -g default-terminal "screen-256color" +set -g default-terminal "xterm-256color" +set -ag terminal-overrides ",xterm-256color:RGB" + set -s escape-time 0 unbind C-b set-option -g prefix C-s bind-key C-s send-prefix -# set -g status-style 'bg=#333333 fg=#5eacd3' bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf" set -g base-index 1