usp
usp
It changes normal and visual mode behavior to cancel all the unassigned characters, to prevent accidentally input an unassigned(but exists in vim) character like "w" or "b". I thought no-op...
It changes the behavior of `o` and `O` to edit the beginning cell of a new row. Mimicking Vim's behavior, I felt that's more natural, but it might depend on...
I noticed that move* commands are registered with upper H, J, K and L, where should be lower case. Anyway, I love this extension. Thanks a lot!
Hi! It's been a while since I last made a little contribution to this project. I'm very surprised that this whole project migrated to TypeScript, which is great! 🎉 ---...