Update .tmux.conf

This commit is contained in:
Felix Delattre 2023-03-09 20:49:00 +00:00
parent 0301272222
commit 3dcff3cbe6
1 changed files with 1 additions and 3 deletions

View File

@ -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'