Update .tmux.conf
This commit is contained in:
parent
8f8e07de43
commit
7b4eab874d
|
@ -42,5 +42,7 @@ set -g @themepack 'powerline/default/cyan' # 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'
|
Loading…
Reference in New Issue