Brace/bracket auto-close duplicates space character #15629
Unanswered
LeoniePhiline
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using
master@ eb49c5e, some change in helix' auto-closing behavior has made it a nuissance to type markdown checklists.Example, trying to type a markdown list checkbox item
- [ ]. The|character represents the insert cursor:In the penultimate step, the bracket is auto-closed. This is fine.
In the last step, the space is duplicated, resulting in
- [ ](two spaces) rather than- [ ](markdown list checkbox).Is this a bug? Is this something that can be configured away?
Beta Was this translation helpful? Give feedback.
All reactions