diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-14 00:15:50 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-14 00:15:50 +0200 |
commit | 5651b13cccfd50d786df94c997641b1c0b766413 (patch) | |
tree | bc650cd481c380f209f3c8821872a26a5baa6f88 /tmux/tmux.conf | |
parent | a0ffdeaab6ddc281a08522c4802696690d0b8e12 (diff) |
Really cool changes.
Changes to be committed:
modified: alacritty/alacritty.toml
modified: btop/btop.conf
modified: install.sh
modified: keybinds
modified: tmux/tmux.conf
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r-- | tmux/tmux.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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 |