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]