Compare commits

..

2 Commits

Author SHA1 Message Date
don philipe
62e72cafe3 Set autorestore on for tmux resurrect 2024-10-16 10:45:23 +02:00
don philipe
6cf7031cfe Merge tmux conf 2024-10-14 11:16:52 +02:00

View File

@@ -1,8 +1,19 @@
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 # List of plugins
set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-continuum'
# Plugin configurations
# auto-restore
set -g @continuum-restore 'on'
# Install plugin manager # Install plugin manager
#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm #git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Install plugin: # Install plugin: