From 083526c16f1063a6a72939d5f2e29ef72920453b Mon Sep 17 00:00:00 2001 From: Hendrik Boll Date: Thu, 21 Aug 2025 08:58:53 +0200 Subject: [PATCH] helix: { } movement, yaml auto-format off --- dot_config/helix/config.toml | 2 ++ dot_config/helix/languages.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml index 4da8bc2..bf1a62a 100644 --- a/dot_config/helix/config.toml +++ b/dot_config/helix/config.toml @@ -57,6 +57,8 @@ E = "extend_to_line_end" L = "goto_line_end" x = "extend_to_line_bounds" X = "extend_line_below" +"{" = "goto_prev_paragraph" +"}" = "goto_next_paragraph" d = "delete_selection_noyank" A-d = "delete_selection" diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index 4d69564..8eab7ae 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -1,6 +1,6 @@ [[language]] name = "yaml" -auto-format = true +auto-format = false formatter = { command = "yamlfmt", args = ["-"] } [[language]]