From ec4d2768355e09bef1ddc0cbb7fa54b71c7f1e17 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 23 Mar 2024 18:07:49 -0500 Subject: Set kitty TERM to kitty-256color This increases compatibility with SSH. --- kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 99d5440..6207c2f 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1469,7 +1469,7 @@ color15 #ffffff #: This option must be a comma separated list of the above values. #: This only source the first valid one in the above order. -# term xterm-kitty +term xterm-256color #: The value of the TERM environment variable to set. Changing this #: can break many terminal programs, only change it if you know what -- cgit v1.2.3