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
This is related to #472 but more on the consistency side. At the end of a listitem, if we hit Enter in insert mode, the cursor will be indented in the following line; if we hit o in normal mode, the cursor will not be indented in the following line. Should they behave the same?
Steps to reproduce
Move cursor to the end of a list item
Hit ESC then o in normal mode => cursor in the following line but not indented.
Expected behavior
Indentation should be the same for entering a new line from insert and normal mode.
Emacs functionality
Emacs doesn't have normal mode but Doom Emacs behave as expected with o in normal mode.