helix: add command to reflow paragraph

This commit is contained in:
Tim Schubert 2022-11-04 11:37:04 +01:00
parent 08f2d58fb2
commit b571f1d1eb
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -2,3 +2,6 @@
line-number = "relative"
mouse = true
auto-completion = true
[keys.normal]
C-q = [ "goto_prev_paragraph", "goto_next_paragraph", ":reflow 80" ]