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'