Merge flow into main
This commit is contained in:
@@ -12,9 +12,10 @@ set -s escape-time 10
|
||||
# Increase scrollback buffer size
|
||||
set -g history-limit 50000
|
||||
|
||||
# Better colors and terminal support
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
# True color settings
|
||||
set -g default-terminal "$TERM"
|
||||
set -ag terminal-overrides ",$TERM:Tc"
|
||||
|
||||
|
||||
# Status bar configuration
|
||||
set -g status-interval 60
|
||||
|
||||
Reference in New Issue
Block a user