From ea401288a9f0eeac198fb4834608b3158a169aad Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 23 Feb 2025 20:30:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-23 20:30:07 --- .config/helix/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 82b5ce5e..322751f7 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -100,8 +100,8 @@ x = ":bc" # UI settings and stuff [keys.normal.space.u] -d = ':toggle end-of-line-diagnostics hint disable' -D = ':toggle inline-diagnostics.cursor-line disable hint' +D = ':toggle end-of-line-diagnostics hint disable' +d = ':toggle inline-diagnostics.cursor-line disable hint' w = ':toggle soft-wrap.enable' s = ':set soft-wrap.wrap-at-text-width true' S = ':set soft-wrap.wrap-at-text-width false'