summaryrefslogtreecommitdiff
path: root/tmux/.tmux/common.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux/common.conf')
-rw-r--r--tmux/.tmux/common.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux/.tmux/common.conf b/tmux/.tmux/common.conf
index 5050ac3..b28a8ef 100644
--- a/tmux/.tmux/common.conf
+++ b/tmux/.tmux/common.conf
@@ -8,7 +8,9 @@ bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+
# look good
-set -g default-terminal "screen-256color"
+set -g default-terminal "tmux-256color"
+set -as terminal-features ",xterm-256color:RGB"
+set -as terminal-features ",alacritty:RGB"
# act like GNU screen
unbind C-a