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"
|
L = "goto_line_end"
|
||||||
x = "extend_to_line_bounds"
|
x = "extend_to_line_bounds"
|
||||||
X = "extend_line_below"
|
X = "extend_line_below"
|
||||||
|
"{" = "goto_prev_paragraph"
|
||||||
|
"}" = "goto_next_paragraph"
|
||||||
|
|
||||||
d = "delete_selection_noyank"
|
d = "delete_selection_noyank"
|
||||||
A-d = "delete_selection"
|
A-d = "delete_selection"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "yaml"
|
name = "yaml"
|
||||||
auto-format = true
|
auto-format = false
|
||||||
formatter = { command = "yamlfmt", args = ["-"] }
|
formatter = { command = "yamlfmt", args = ["-"] }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue