Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'$' incorrectly shows cursor at end of line #121

Open
jasonbtiller opened this issue Aug 3, 2024 · 1 comment
Open

'$' incorrectly shows cursor at end of line #121

jasonbtiller opened this issue Aug 3, 2024 · 1 comment

Comments

@jasonbtiller
Copy link

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.

@unelma
Copy link
Collaborator

unelma commented Aug 3, 2024

Thank you for reporting.

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.

Learning is the best, so glad you enjoyed it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants