From 5651b13cccfd50d786df94c997641b1c0b766413 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 14 Mar 2025 00:15:50 +0200 Subject: Really cool changes. Changes to be committed: modified: alacritty/alacritty.toml modified: btop/btop.conf modified: install.sh modified: keybinds modified: tmux/tmux.conf --- tmux/tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6503def..fd9e737 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -38,8 +38,15 @@ set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'christoomey/vim-tmux-navigator' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' + run '~/.tmux/plugins/tpm/tpm' +# Continuum settings (optional, but recommended for automatic saving) +set -g @continuum-restore 'on' # Automatically restore sessions on tmux start +set -g @continuum-save-interval '15' # Save every 15 minutes (adjust as needed) + set -g mouse on unbind C-b -- cgit v1.2.3