From 39bec7a71acc1bd670382cc95f4a2adad0130c09 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sat, 9 Apr 2022 14:55:14 +0200 Subject: [PATCH] tmux: Fix resurrect keybindings This was a typo/copy-paste error. --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.