Fix Alacritty colors in tmux
Add r key in tmux to reload config
This commit is contained in:
parent
63148a7eef
commit
cb35593ff1
@ -24,3 +24,6 @@ background = "#1e1f29"
|
|||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide_when_typing = true
|
hide_when_typing = true
|
||||||
|
|
||||||
|
[env]
|
||||||
|
TERM = "xterm-256color"
|
@ -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'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user