From 8938d5c71db1bb6376208594d6eb3a566da24019 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 13 Feb 2025 13:00:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-13 13:00:07 --- .config/helix/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index abe0b01b..e88f8bd3 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -91,11 +91,11 @@ x = ":bc" # UI settings and stuff [keys.normal.space.u] -d = [':toggle end-of-line-diagnostics hint disable'] +d = ':toggle end-of-line-diagnostics hint disable' D = ':toggle inline-diagnostics.cursor-line disable hint' w = ':toggle soft-wrap.enable' -W = ':toggle soft-wrap.wrap-at-text-width' - +s = ':set soft-wrap.wrap-at-text-width true' +S = ':set soft-wrap.wrap-at-text-width false' [keys.select.g] m = "extend_to_line_start" i = "extend_to_line_end"