summaryrefslogtreecommitdiff
path: root/tmux/.tmux/common.conf
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2025-12-19 22:00:21 +0100
committerpks <pks@pks.rocks>2025-12-19 22:00:21 +0100
commitee8edb3982e6f1fb03615f53d15db2b74c518c1c (patch)
tree9d2ee7d35ab0b1de39fe004e52fde403af3966d6 /tmux/.tmux/common.conf
parent4782273fded544167513d2cabbda64bfb7b607c2 (diff)
WIP
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