From 41c7b50a5c4ee521a1913b0191ad1851e11ada74 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 17 Apr 2025 14:45:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-17 14:45:05 --- .config/helix/config.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 79ff2a29..6f525de6 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -189,19 +189,29 @@ x = ":bc" # UI settings and stuff [keys.normal.space.u] -# Toggle Cursor Always Centered +# Toggle insert cursor shape C = ':toggle cursor-shape.insert bar block' +# Toggle Cursor Always Centered z = ':toggle scrolloff 2 99' +# Toggle End of line diagnostics D = ':toggle end-of-line-diagnostics hint disable' +# Toggle Inline diagnostics d = ':toggle inline-diagnostics.cursor-line disable hint' +# Toggle soft-wrap w = ':toggle soft-wrap.enable' +# Soft wrap at specified text width s = ':set soft-wrap.wrap-at-text-width true' S = ':set soft-wrap.wrap-at-text-width false' +# Toggle signature help (off by default) k = ":toggle lsp.auto-signature-help" +# toggle auto completion (on by default) c = ":toggle auto-completion" +# toggle inlay hints (on by default) h = ':toggle lsp.display-inlay-hints' # Toggle git display g = ':toggle gutters.layout ["diagnostics", "spacer", "line-numbers", "spacer", "diff"] ["diagnostics", "spacer", "line-numbers", "spacer", "spacer"]' +# Toggle Ruler +# rulers = [81] [keys.select.g] m = "extend_to_line_start"