diff --git a/dots/helix/config.toml b/dots/helix/config.toml index 9e4db59..8a9a480 100644 --- a/dots/helix/config.toml +++ b/dots/helix/config.toml @@ -37,6 +37,7 @@ display-messages = true "A-." = "goto_next_buffer" "A-w" = ":buffer-close" "A-/" = "repeat_last_motion" +"A-w" = [":toggle soft-wrap.enable", ":redraw"] [keys.insert]