From c5a2ca44a7e225a02469c00565315da51cd4a2b4 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 12 Feb 2021 11:19:34 +0530 Subject: [PATCH] kitty: Change cursor shape to underline --- kitty/.config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index f51d369..a7af38f 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -84,7 +84,7 @@ font_size 12.0 #: with the background color of the cell underneath instead, use the #: special keyword: background -# cursor_shape block +cursor_shape underline #: The cursor shape can be one of (block, beam, underline)