Enabled automatically save and restore Tmux sessions
This commit is contained in:
@@ -27,6 +27,8 @@ set -g @plugin 'tmux-plugins/tmux-open'
|
||||
set -g @plugin 'wfxr/tmux-power'
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set-option -g @plugin 'b0o/tmux-autoreload'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
# Customizing Catppuccin theme
|
||||
set -g @catppuccin_flavour 'mocha'
|
||||
@@ -46,6 +48,9 @@ set -g @catppuccin_status_connect_separator "no"
|
||||
set -g @catppuccin_directory_text "#{pane_current_path}"
|
||||
set-option -g status-position top
|
||||
|
||||
# Continuum optons
|
||||
set -g @continuum-restore 'on'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user