DotHub/tmux/tmux.conf
Robin C. cb35593ff1 Fix Alacritty colors in tmux
Add r key in tmux to reload config
2025-01-21 04:24:26 +01:00

8 lines
202 B
Bash

bind r source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display-message "Config reloaded!"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'
run '~/.tmux/plugins/tpm/tpm'
set -g status on