Add kitty to tmux config
This commit is contained in:
parent
d0195a6716
commit
e03efd7e14
|
@ -4,7 +4,7 @@ bind r source-file ~/.tmux.conf\; display "Reloaded conf."
|
||||||
|
|
||||||
# Set color enabled
|
# Set color enabled
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
set -ga terminal-overrides ",*256col*,alacritty:Tc"
|
set -ga terminal-overrides ",*256col*,*kitty,alacritty:Tc"
|
||||||
# set-option -sa terminal-overrides ',*256col*,alacritty:RGB' # TMUX > 3.2 only
|
# set-option -sa terminal-overrides ',*256col*,alacritty:RGB' # TMUX > 3.2 only
|
||||||
|
|
||||||
# Set escape time to something sensible
|
# Set escape time to something sensible
|
||||||
|
|
Loading…
Reference in a new issue