Support colors and ~~strikethrough~~

This commit is contained in:
Doug Masiero 2025-05-15 17:30:32 -04:00
parent ee6942b875
commit a75ab71064
2 changed files with 5 additions and 1 deletions

View File

@ -32,6 +32,9 @@ set -g @tmux_power_show_host false
set -g @tmux_power_show_session true
# Session options
set -g default-terminal "tmux-256color"
set -g terminal-overrides "xterm-256color:RGB"
set -a terminal-features "xterm*:strikethrough"
set -g base-index 1 # Start window numbering at 1
set -g history-limit 10000 # Increase scrollback buffer size
set -g repeat-time 1000 # Set repeat delay
@ -46,3 +49,4 @@ set -g detach-on-destroy off # Prevent tmux from detaching when session is dest
# Initialize TPM
run '~/.tmux/plugins/tpm/tpm'

View File

@ -7,4 +7,4 @@ Just another tmux configuration. Adjust to your liking.
Place `.tmux.conf` in your home directory.
Run tmux
Run `tmux`