Changed to tmux-256color

This commit is contained in:
Christoffer Martinsson 2024-10-13 13:35:15 +02:00
parent 0fa60459bf
commit fd5b117ddd
2 changed files with 4 additions and 2 deletions

2
bashrc
View File

@ -60,7 +60,7 @@ eval "$(starship init bash)"
[[ ! ${BLE_VERSION-} ]] || ble-attach
# TMUX
if [[ ! $TERM =~ screen ]]; then
if [[ ! $TERM =~ tmux ]]; then
if which tmux >/dev/null 2>&1; then
tmux new-session
fi

View File

@ -39,11 +39,13 @@ bind % split-window -h -c "#{pane_current_path}"
bind -n C-g display-popup -E "lazygit"
set-option -g status-position bottom
set-option -g default-terminal "screen-256color"
set-option -g default-terminal "tmux-256color"
set-option -sa terminal-features ',xterm-256color:RGB'
set-option -sg escape-time 1
set-option -g focus-events on
# set -g allow-passthrough on
set -g extended-keys on
set -g status-interval 2
set -g status-bg "#0c0c0c"
set -g status-fg "#6c6c6c"