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.
thuyen
changed the title
Inconsistent Indentations for list item contents on insert vs normal mode
Inconsistent indentations for list item contents in insert and normal mode
Mar 20, 2025
Describe the bug
This is related to #472 but more on the consistency side. At the end of a
listitem
, if we hitEnter
in insert mode, the cursor will be indented in the following line; if we hito
in normal mode, the cursor will not be indented in the following line. Should they behave the same?Steps to reproduce
ESC
theno
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.nvim-orgmode version
master: 0ebe2e3
OS / Distro
Ubuntu 24.04
Neovim version/commit
0.10.4
The text was updated successfully, but these errors were encountered: