From edd2fe386a18eda3949d9fcc03162334bce71f1d Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Fri, 19 Jul 2024 15:24:38 +0200 Subject: [PATCH] helix: add paragraph on {} --- dot_config/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml index 53d50e6..1592a15 100644 --- a/dot_config/helix/config.toml +++ b/dot_config/helix/config.toml @@ -37,6 +37,8 @@ C-h = "jump_view_left" C-j = "jump_view_down" C-k = "jump_view_up" C-l = "jump_view_right" +"}" = "goto_next_paragraph" +"{" = "goto_prev_paragraph" [editor.soft-wrap] enable = true