diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f34e819..2ebd6e0 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -107,28 +107,6 @@ set-option -g @ssh-split-r-key "R" set -g @plugin 'Morantron/tmux-fingers' -############################################################################### -############################################################################### -### tmux-continuum ### -############################################################################### -############################################################################### - -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-continuum' - -set -g @resurrect-capture-pane-contents 'on' -set -g @resurrect-dir '~/.tmux/resurrect/' - -set -g @continuum-save-interval '15' -set -g @continuum-restore 'on' -set -g @continuum-boot 'on' - -### tmux-resurrect -set -g @resurrect-save 'S' # prefix + Shift-s - save -set -g @resurrect-restore 'R' # prefix + Shift-r - restore -# for neovim -set -g @resurrect-strategy-nvim 'session' - # Platform-specific settings if-shell "uname | grep -q Darwin" { # macOS specific settings