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