From 048c9ac64f5b5e993ec8cb096129e41771caebea Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 17 Oct 2023 08:11:26 +0300 Subject: [PATCH] chore(tmux): remove continuum autostart --- config/tmux/tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 2d865c5..9e13400 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -106,8 +106,6 @@ set -g @tmux_window_name_use_tilde "True" ## https://github.com/tmux-plugins/tmux-continuum set -g @continuum-restore 'on' -set -g @continuum-boot 'on' -set -g @continuum-boot-options 'alacritty' ## https://github.com/tmux-plugins/tmux-resurrect set -g @resurrect-strategy-nvim 'session'