Add kitty to tmux config

This commit is contained in:
Edward Litherland-Smith 2022-08-24 14:48:58 +01:00
parent d0195a6716
commit e03efd7e14

View file

@ -4,7 +4,7 @@ bind r source-file ~/.tmux.conf\; display "Reloaded conf."
# Set color enabled
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 escape time to something sensible