diff --git a/helix/config.toml b/helix/config.toml index bb795ad..218c82c 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -75,7 +75,9 @@ tabpad = "‒" "f" = "changed_file_picker" "h" = ":noop %sh{gh browse '%{buffer_name}:%{cursor_line}' --commit=%sh{git rev-parse HEAD}}" -[keys.normal.space.t] +[keys.normal.space.q] "q" = ":reflow" + +[keys.normal.space.t] "w" = ":toggle whitespace.render all none" "W" = ":toggle soft-wrap.enable"