feat: Update tmux config.

This commit is contained in:
Leo 2026-01-27 15:15:21 +02:00
parent 4e307708a0
commit d79b804e93

View file

@ -10,6 +10,9 @@ bind-key C-a send-prefix
set -g mouse on set -g mouse on
set -g status-style bg=white,fg=black set -g status-style bg=white,fg=black
set -g pane-active-border-style fg=yellow
set -g pane-border-style fg=gray
set -g pane-border-lines heavy
# List of plugins # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'