diff --git a/home/dot_config/helix/config.toml b/home/dot_config/helix/config.toml index 006a21e7..f4cc230c 100644 --- a/home/dot_config/helix/config.toml +++ b/home/dot_config/helix/config.toml @@ -11,8 +11,8 @@ center = ["diagnostics"] right = ["selections", "register", "position", "file-type", "file-encoding"] [editor.cursor-shape] -insert = "block" -normal = "underline" +insert = "bar" +normal = "block" select = "underline" [editor.file-picker]