From beac657266b4acba40b2a19c6301cd3ebaa33afc Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sat, 2 May 2020 11:16:32 +0200 Subject: [PATCH] Set cursor to beam, more logical coming from vim --- dotfiles/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/kitty.conf b/dotfiles/kitty.conf index b775e15..cdd2210 100644 --- a/dotfiles/kitty.conf +++ b/dotfiles/kitty.conf @@ -151,7 +151,7 @@ cursor_text_color #111111 #: with the background color of the cell underneath instead, use the #: special keyword: background -cursor_shape block +cursor_shape beam #: The cursor shape can be one of (block, beam, underline)