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
Thank you for freely providing this tutorial - I've enjoyed working through it. We emacs guys always need to keep learning. :)
On page "Go to start/end of line, 0 and $'" pressing the '$' key shows the cursor blinking at the end of the line, past the final character. Here is a screen recording showing the behavior:
But that's the actual vi/vim behavior, where '$' places the cursor on the last character of the line, not past it. I found this confusing and I wondered if it might affect others.
The text was updated successfully, but these errors were encountered:
It definitely is a bug, and I did reproduce it locally. (It seems to occur when it's the last line of the tutorial text. Works in sandbox: https://openvim.com/sandbox.html)
The project is nowadays quite developed in a slow paced manner, if at all, though.
Thank you for freely providing this tutorial - I've enjoyed working through it. We emacs guys always need to keep learning. :)
On page "Go to start/end of line, 0 and $'" pressing the '$' key shows the cursor blinking at the end of the line, past the final character. Here is a screen recording showing the behavior:
'$' moves past last character
But that's the actual vi/vim behavior, where '$' places the cursor on the last character of the line, not past it. I found this confusing and I wondered if it might affect others.
The text was updated successfully, but these errors were encountered: