I know $
can move the cursor to the end of line.
But I wonder if there is a way to make the cursor move to the EOL
(the next place of the end of line).
Because I find when I create a new line using o
orO
, the cursor is always at the EOL
and in all other situations is not. I want it to be accordant in my vim when I typing $i
(I know there is a better way A
, but it still bothers me.)