From a75ab7106437480f34bb722a0b8005013bfdb193 Mon Sep 17 00:00:00 2001 From: Doug Masiero Date: Thu, 15 May 2025 17:30:32 -0400 Subject: [PATCH] Support colors and ~~strikethrough~~ --- .tmux.conf | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 6088551..f01b86f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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' + diff --git a/README.md b/README.md index c70c6cb..4a8991d 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Just another tmux configuration. Adjust to your liking. Place `.tmux.conf` in your home directory. -Run tmux +Run `tmux`