From 013f38d1390569d866919d253c66fdbcaef32147 Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:08:06 -0400 Subject: [PATCH] Match cursor shape to nushell --- dot_config/helix/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml index ac45ba7e..441129c3 100644 --- a/dot_config/helix/config.toml +++ b/dot_config/helix/config.toml @@ -14,8 +14,8 @@ center = ["spinner", "diagnostics"] right = ["file-type", "file-encoding", "position-percentage", "position", "total-line-numbers"] [editor.cursor-shape] -insert = "bar" -normal = "block" +insert = "block" +normal = "underline" select = "underline" [editor.soft-wrap]