diff --git a/editor/helix/config.toml b/editor/helix/config.toml index e4f9f7e..b348772 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -19,7 +19,7 @@ enable = true [editor.cursor-shape] insert = "bar" normal = "block" -select = "block" +select = "underline" [keys.normal] backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}