This commit is contained in:
committer
2024-06-26 20:54:25 -05:00
parent f0197debbd
commit fa8f0f88d8

View File

@@ -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"]