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"