ansible-dev-box/templates/tmux.conf.j2

8 lines
267 B
Django/Jinja

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/double/yellow'
run -b '~/.tmux/plugins/tpm/tpm'
set-option -g history-limit 50000
set -g default-terminal screen-256color