Changed to tmux-256color
This commit is contained in:
parent
0fa60459bf
commit
fd5b117ddd
2
bashrc
2
bashrc
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user