summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 88836de..59cb5ef 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -1,5 +1,6 @@
set -sg escape-time 0
-set -g default-terminal "screen-256color"
+set -g default-terminal "xterm-256color"
+set-option -sa terminal-features ',xterm-256color:RGB'
set -g mouse on
set -g base-index 1
setw -g pane-base-index 1