diff --git a/tmux.conf b/tmux.conf index d9b5c62..d69edbf 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,6 @@ -set -g default-terminal "tmux-256color" -set -ag terminal-overrides ",xterm-256color:RGB" -set -as terminal-features ',xterm-256color:clipboard' +set -g default-terminal "$TERM" +set -ag terminal-overrides ",$TERM:Tc" +set -as terminal-features ",$TERM:clipboard,$TERM:usstyle" set-window-option -g mode-keys vi set -g escape-time 10