helix: { } movement, yaml auto-format off
This commit is contained in:
parent
aedb4f7a11
commit
083526c16f
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[[language]]
|
||||
name = "yaml"
|
||||
auto-format = true
|
||||
auto-format = false
|
||||
formatter = { command = "yamlfmt", args = ["-"] }
|
||||
|
||||
[[language]]
|
||||
|
|
Loading…
Add table
Reference in a new issue