the color aint working

This commit is contained in:
2025-01-17 13:01:12 -05:00
parent d87e992a23
commit 02842aae26
9 changed files with 52 additions and 53 deletions

View File

@@ -1,5 +1,14 @@
set -ga terminal-overrides ",screen-256color*:Tc"
set-option -g default-terminal "screen-256color"
set -s escape-time 0
unbind C-b
unbind i
set-option -g prefix C-s
bind-key C-s send-prefix
bind-key i run-shell "tmux neww ~/.scripts/tmux-cht.sh"
set -g status-style 'bg=#333333 fg=#5eacd3'
bind -r k select-pane -U
bind -r j select-pane -D
bind -r h select-pane -L
bind -r l select-pane -R