From 23045b74df1ef83aa359fc5d6a543b35db47d6b3 Mon Sep 17 00:00:00 2001 From: Izzy Gomez Date: Thu, 14 Mar 2024 14:00:25 -0400 Subject: [PATCH] confirm actions doc update --- docs/confirm_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/confirm_actions.md b/docs/confirm_actions.md index d7cf441..79558d7 100644 --- a/docs/confirm_actions.md +++ b/docs/confirm_actions.md @@ -1,6 +1,6 @@ # Confirm save & restore actions -By default save & restore will have no confirmation when the key bindings are pressed. To change this, add to `.tmux.conf`: +By default save & restore will have no confirmation step when the key bindings are pressed. To change this, add to `.tmux.conf`: set -g @resurrect-save-confirm 'on' set -g @resurrect-restore-confirm 'on'