From 8148aa62a6b07fadbc150c07f293ad232bf66df3 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 11 Oct 2022 14:01:57 -0500 Subject: [PATCH] Reflow bindings --- common/helix/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/helix/config.toml b/common/helix/config.toml index 8ce43a2..4e49fc0 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -27,4 +27,5 @@ D = "kill_to_line_end" "C-j" = "jump_view_down" "C-h" = "jump_view_left" "C-l" = "jump_view_right" -"C-;" = "repeat_last_motion" \ No newline at end of file +"C-;" = "repeat_last_motion" +space = { q = ":reflow 80", Q = ":reflow 120" } \ No newline at end of file