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