From 82d0fc03b3584e4d6e00a567177b33cd925d5735 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 3 Mar 2025 16:20:12 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-03 16:20:12 --- .config/helix/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index beb522c5..79f8ba60 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -30,7 +30,7 @@ tab = "" tabpad = " " [editor.cursor-shape] -insert = "bar" +# insert = "bar" normal = "block" # select = "underline" @@ -127,6 +127,7 @@ x = ":bc" # UI settings and stuff [keys.normal.space.u] # Toggle Cursor Always Centered +c = ':toggle cursor-shape.insert bar block' z = ':toggle scrolloff 2 99' D = ':toggle end-of-line-diagnostics hint disable' d = ':toggle inline-diagnostics.cursor-line disable hint'