From 0c255a8c4df668947716f1d0238b9508adaf7e55 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 27 Dec 2023 10:54:30 +0000 Subject: [PATCH] [27/12/23] Alacritty cursor config --- alacritty.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/alacritty.yml b/alacritty.yml index fb938da..127e80e 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -4,5 +4,12 @@ font: style: Regular size: 9.0 +cursor: + style: + shape: "Beam" + blinking: "On" + vi_mode_style: + shape: "Block" + import: - ~/.config/alacritty/themes/tokyo-night.yml