From 3dcff3cbe6c5f0b64a7aa61408fdd9a035ceb35d Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 9 Mar 2023 20:49:00 +0000 Subject: [PATCH] Update .tmux.conf --- dot_tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index a7fb9cc..184df44 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -37,13 +37,11 @@ set -g @plugin 'jimeh/tmux-themepack' # to configure tmux theme 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 @themepack 'powerline/default/cyan' # use this theme for tmux +set -g @themepack 'basic' # use this theme for tmux set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents set -g @continuum-restore 'on' # enable tmux-continuum functionality -set -g @theme-status-right "#[fg=#{@powerline-status-right-area-right-bg},bg=#{@powerline-status-bg}]#[fg=#{@powerline-status-right-area-right-fg},bg=#{@powerline-status-right-area-right-bg},bold] nil " - # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'