You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, when entering insert mode, the * characters are no longer displayed, only the bullet signs are. I have to press x as many times as required (once for heading 1, twice for heading 2 and so on) to completely delete the heading, then recreate it with *.
I ended up using
opts= {
bullets= {},
}
for now. Just curious if this is me being an idiot and missing something obvious, or if this could be a minor regression.
Thanks!
The text was updated successfully, but these errors were encountered:
I've just updated to d39c4e6
Unless I'm missing something, the new bullets feature make editing heading a bit more difficult than before.
I could simply enter insert mode and add/remove any
*
character to change the heading level.Now, when entering insert mode, the
*
characters are no longer displayed, only the bullet signs are. I have to pressx
as many times as required (once for heading 1, twice for heading 2 and so on) to completely delete the heading, then recreate it with*
.I ended up using
for now. Just curious if this is me being an idiot and missing something obvious, or if this could be a minor regression.
Thanks!
The text was updated successfully, but these errors were encountered: