tmux: Fix resurrect keybindings

This was a typo/copy-paste error.
This commit is contained in:
2022-04-09 14:55:14 +02:00
parent 173b21ba05
commit 39bec7a71a

View File

@@ -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.