cb35593ff1
Add r key in tmux to reload config
8 lines
202 B
Bash
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 |