egaga / openvim

Interactive tutorial for Vim.
MIT License
583 stars 75 forks source link

Invalid description and problematic tutorial content for behaviour of 'b' #111

Open ShootingStar91 opened 1 year ago

ShootingStar91 commented 1 year ago

In the part where it teaches you to use w, e and b, it says b moves the cursor to the "beginning of the word". I think it's missing the word previous.

unelma commented 1 year ago

When the cursor is not at the first letter of a word, then b does move the cursor to the beginning of the word within the word, not previous.

But you spotlighted a clear problem. I have made some poor choices regarding some of the tutorial content. Thank you for bringing this up.