From fa8f0f88d8040a35e3689bf77fc147ec0ed9d7c7 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 26 Jun 2024 20:54:25 -0500 Subject: [PATCH] u --- dots/helix/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/helix/config.toml b/dots/helix/config.toml index 08311c2..df9a8cb 100644 --- a/dots/helix/config.toml +++ b/dots/helix/config.toml @@ -37,7 +37,7 @@ display-messages = true #"A-." = "goto_next_buffer" #"A-w" = ":buffer-close" #"A-/" = "repeat_last_motion" -"A-w" = [":toggle soft-wrap.enable", ":redraw"] +A-w = [":toggle soft-wrap.enable", ":redraw"] [keys.insert] @@ -57,4 +57,4 @@ A-right = [ "move_next_word_end" ] A-left = [ "move_prev_word_start" ] # https://github.com/helix-editor/helix/issues/136 -#A-w = [":toggle soft-wrap.enable", ":redraw"] +A-w = [":toggle soft-wrap.enable", ":redraw"]