Merge tmux conf

This commit is contained in:
don philipe
2024-10-14 11:16:52 +02:00
parent 055641bf17
commit 6cf7031cfe

View File

@@ -1,3 +1,9 @@
set -g default-shell /usr/bin/zsh
# normal background for active pane
set-window-option -g window-active-style bg=terminal
# grayed background for inactive panes
set-window-option -g window-style bg="#32302f"
# List of plugins
set -g @plugin 'tmux-plugins/tmux-resurrect'