helix: { } movement, yaml auto-format off

This commit is contained in:
fanyx 2025-08-21 08:58:53 +02:00
parent aedb4f7a11
commit 083526c16f
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -1,6 +1,6 @@
[[language]]
name = "yaml"
auto-format = true
auto-format = false
formatter = { command = "yamlfmt", args = ["-"] }
[[language]]