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