Fix Alacritty colors in tmux

Add r key in tmux to reload config
This commit is contained in:
Robin C. 2025-01-21 04:24:26 +01:00
parent 63148a7eef
commit cb35593ff1
2 changed files with 5 additions and 0 deletions

View File

@ -24,3 +24,6 @@ background = "#1e1f29"
[mouse] [mouse]
hide_when_typing = true hide_when_typing = true
[env]
TERM = "xterm-256color"

View File

@ -1,3 +1,5 @@
bind r source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display-message "Config reloaded!"
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux' set -g @plugin 'dracula/tmux'