tmux-pane-border

This commit is contained in:
Mathias Schneider
2026-04-09 20:54:31 +02:00
parent d5e7004463
commit f009dd3b68
+3
View File
@@ -40,6 +40,9 @@ if "test ! -d ~/.config/tmux/plugins/tpm" \
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
# Pane border highlighting
set -g @plugin 'kishisan/tmux-pane-border'
# Catppuccin theme # Catppuccin theme
set -g @plugin 'catppuccin/tmux' set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavor "mocha" set -g @catppuccin_flavor "mocha"