diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index bf5f864..89c9771 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -84,7 +84,7 @@ set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @resurrect-capture-pane-contents 'on' # Change keybindings set -g @resurrect-save 'C-s' -set -g @resurrect-restore 'C-s' +set -g @resurrect-restore 'C-r' # Save session every 5 min set -g @continuum-save-interval '5' # Last saved environment is automatically restored when tmux is started.