From b571f1d1eb9dfb18c756a09ce530a6ad7531e3e7 Mon Sep 17 00:00:00 2001 From: dadada Date: Fri, 4 Nov 2022 11:37:04 +0100 Subject: [PATCH] helix: add command to reflow paragraph --- home/modules/helix/config/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/modules/helix/config/config.toml b/home/modules/helix/config/config.toml index 458abea..1f7138e 100644 --- a/home/modules/helix/config/config.toml +++ b/home/modules/helix/config/config.toml @@ -2,3 +2,6 @@ line-number = "relative" mouse = true auto-completion = true + +[keys.normal] +C-q = [ "goto_prev_paragraph", "goto_next_paragraph", ":reflow 80" ] \ No newline at end of file