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`