tmux status

This commit is contained in:
cmccay 2022-12-26 15:05:25 -06:00
parent 3255999802
commit 1d6eada1da
1 changed files with 11 additions and 1 deletions

View File

@ -39,4 +39,14 @@ bind-key -n S-Right next-window
# Faster Esc
set-option -sg escape-time 10
source ~/.config/tmux/statusline.conf
# Plugins
set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager
# Things to plugin
set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/default/yellow'
# source ~/.config/tmux/statusline.conf
# initializes tmux plugin manager - keep this at the bottom
# run '~/.config/tmux/plugins/tpm/tpm'