Support colors and ~~strikethrough~~
This commit is contained in:
parent
ee6942b875
commit
a75ab71064
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user