We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tmux
1 parent 39d46c3 commit e96d5ebCopy full SHA for e96d5eb
tmux/tmux.conf
@@ -112,9 +112,9 @@ set -g @plugin 'tmux-plugins/tpm'
112
# github.com/tmux-plugins/tmux-resurrect
113
# C-a + C-s - save current session
114
# C-a + C-r - restore saved session
115
-# TODO consider contributing to this project by implementing optional
116
-# `confirm-before` usage for these shortcuts.
117
set -g @plugin 'tmux-plugins/tmux-resurrect'
+set -g @resurrect-confirm-save "on" # {on, off}
+set -g @resurrect-confirm-restore "on" # {on, off}
118
119
# No longer using this plugin since UI is being customized through
120
# tmux-powerline.
0 commit comments