diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-06-26 21:13:38 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-06-26 21:16:51 +0200 |
| commit | 40e89a20bac63674393b68132626e5a580c169d1 (patch) | |
| tree | 50cb50845fdb5dc6cf24904e2998fc3067c1714b /tmux/tmux.conf | |
| parent | refactor: remove .orig file (diff) | |
| download | suckless-setup-40e89a20bac63674393b68132626e5a580c169d1.tar.gz | |
fix: change continue-restore to continuum-restore
Diffstat (limited to '')
| -rw-r--r-- | tmux/tmux.conf | 2 |
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' |
