From 5702ab80d7c06f2417e51cb1e578a64d9eeca851 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Wed, 17 Jul 2024 00:08:06 +0200 Subject: [PATCH] Remove optional tmux plugins --- .config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a3eadc6..3d89241 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -42,10 +42,10 @@ set -g @plugin 'tmux-plugins/tpm' # list of tmux plugins set -g @plugin 'christoomey/vim-tmux-navigator' # for navigating panes and vim/nvim with Ctrl-hjkl -set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after computer restart -set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes +#set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after computer restart +#set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes -set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents +#set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents # set -g @continuum-restore 'on' # enable tmux-continuum functionality # status bar color