Fix: no color in helix in tmux

This commit is contained in:
2022-11-04 20:50:29 -07:00
parent 8ed2427671
commit e1df797ac1

View File

@@ -1,7 +1,7 @@
set -g clock-mode-style 12
set -g default-command "${SHELL}"
set -g default-terminal "xterm-256color"
set -g history-limit 5000
set -g default-terminal "tmux-256color"
set -g history-limit 10000
set -g prefix C-q
set -sg escape-time 25
set -wg mode-keys vi