alacritty tmux conf
This commit is contained in:
parent
1124bfc459
commit
21c015d5cd
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID
|
|||
set -g default-command zsh
|
||||
set -g history-limit 10000
|
||||
|
||||
set-option -g default-terminal "tmux-256color"
|
||||
set -g default-terminal "alacritty"
|
||||
set -ag terminal-overrides ",alacritty:RGB"
|
||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # Underline color
|
||||
|
||||
# Key bindings
|
||||
|
|
Loading…
Reference in a new issue