From ee9262f49c692a39e8a5cba166ae2e679e916c62 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Wed, 9 Jul 2025 10:05:53 -0700 Subject: [PATCH] Add word wrap keyboard shortcut --- .config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 628e29a..0f0d05c 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -1,5 +1,8 @@ theme = "base16_qvp" +[keys.normal] +A-w = ":toggle-option soft-wrap.enable" + [editor] # Do not interact with my mouse at all; that's the terminal's job mouse = false