Fix: true color support in tmux and over SSH

This commit is contained in:
2022-11-06 01:58:53 -07:00
parent b7129198eb
commit 8f7fad32c2
3 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
set -g clock-mode-style 12
set -g default-command "${SHELL}"
set -g default-terminal "tmux-256color"
set -as terminal-features ",xterm-256color:RGB"
set -g history-limit 10000
set -g prefix C-q
set -sg escape-time 25