From eec38f62fa26570c329f325a7f0e85370626170d Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 4 Sep 2026 21:55:32 -0400 Subject: [PATCH] helix: Map reflow to space.q.q --- helix/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"