aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-06-26 21:13:38 +0200
committerpml68 <tutorialmester@gmail.com>2024-06-26 21:16:51 +0200
commit40e89a20bac63674393b68132626e5a580c169d1 (patch)
tree50cb50845fdb5dc6cf24904e2998fc3067c1714b
parentrefactor: remove .orig file (diff)
downloadsuckless-setup-40e89a20bac63674393b68132626e5a580c169d1.tar.gz
fix: change continue-restore to continuum-restore
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 2a2c161..f5dc92e 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -56,6 +56,6 @@ set -g @rose_pine_width_to_hide '80'
set -g @rose_pine_window_count '5'
set -g @resurrect-capture-pane-contents 'on'
-set -g @continue-restore 'on'
+set -g @continuum-restore 'on'
run '~/.tmux/plugins/tpm/tpm'