From 85fc5d1e3073eaef8cce3792fc9a75d24d8c7945 Mon Sep 17 00:00:00 2001 From: Jack Platten Date: Tue, 6 Feb 2024 07:08:03 -0800 Subject: [PATCH] Update .config/helix/config.toml --- private_dot_config/helix/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/private_dot_config/helix/config.toml b/private_dot_config/helix/config.toml index 22e8834..e4f63ca 100644 --- a/private_dot_config/helix/config.toml +++ b/private_dot_config/helix/config.toml @@ -1,2 +1,6 @@ theme = "monokai_pro" +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" -- 2.51.2