From d920884e63a7ce7073d152e79ce34eed6f1f0859 Mon Sep 17 00:00:00 2001
From: dadada <dadada@dadada.li>
Date: Sat, 10 Feb 2024 18:28:59 +0100
Subject: [PATCH] helix: fix reflow

---
 home/modules/helix/config/config.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/home/modules/helix/config/config.toml b/home/modules/helix/config/config.toml
index 94d8b3c..9657e4c 100644
--- a/home/modules/helix/config/config.toml
+++ b/home/modules/helix/config/config.toml
@@ -9,5 +9,4 @@ auto-completion = true
 enable = true
 
 [keys.normal]
-C-q = [ "goto_prev_paragraph", "goto_next_paragraph", ":reflow 80" ]
-
+C-q = [ ":reflow 80" ]