From 970940061047cc1d03016f780933fb01190bb696 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 27 Jan 2024 14:27:10 +0100 Subject: [PATCH] helix: Select mode cursor now underlines --- editor/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}