diff options
| author | pks <pks@pks.rocks> | 2025-12-19 22:00:21 +0100 |
|---|---|---|
| committer | pks <pks@pks.rocks> | 2025-12-19 22:00:21 +0100 |
| commit | ee8edb3982e6f1fb03615f53d15db2b74c518c1c (patch) | |
| tree | 9d2ee7d35ab0b1de39fe004e52fde403af3966d6 | |
| parent | 4782273fded544167513d2cabbda64bfb7b607c2 (diff) | |
WIP
| -rw-r--r-- | tmux/.tmux/common.conf | 4 |
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 |
