tmux config tweaks

This commit is contained in:
2024-09-19 20:36:46 +02:00
parent b397c654b6
commit d7857f2385

View File

@@ -1,11 +1,18 @@
# Might be useful with Windows Terminal
#set -g default-terminal "screen-255color"
# Enable xterm scrolling
#set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
# Enable mouse support
set -g mouse on
# Highlight pane with activity
setw -g monitor-activity on
# THEME
set -g pane-border-lines double
set -g pane-active-border-style fg=blue
set -g status-bg white
set -g status-fg black
set -g status-left-length 30
@@ -13,5 +20,5 @@ set -g status-right-length 60
set -g status-left '#[fg=black] [#S] #[default]'
set -g status-right '#[fg=black]%H:%M#[default] '
setw -g window-status-format '#[fg=blue]#I#[fg=black]:#W#[default]'
setw -g window-status-current-format '#[bg=black,fg=white]#I:#W#[default]'
setw -g window-status-format '#[fg=blue]#I#[fg=black]:#W#F#[default]'
setw -g window-status-current-format '#[bg=black,fg=white]#I:#W#F#[default]'