DotHub/tmux/tmux.conf

8 lines
202 B
Plaintext
Raw Normal View History

bind r source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display-message "Config reloaded!"
2025-01-09 02:11:08 +01:00
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'
run '~/.tmux/plugins/tpm/tpm'
set -g status on