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]]