inkdropapp / inkdrop-vim

Provides Vim modal control for Inkdrop, blending the best of Vim and Inkdrop
https://www.inkdrop.app/
MIT License
99 stars 9 forks source link

Replace of any character with the character 'i' switches to insert mode instead #15

Closed marksweiss closed 4 years ago

marksweiss commented 4 years ago

To reproduce:

The result is that the character to be replaced remains, the mode has switched to insert, and the cursor is an insert cursor immediately to the right of the character to be replaced.

marksweiss commented 4 years ago

Note that the same bug occurs with the key combination ra, which exhibits identical behavior as described above.

craftzdog commented 4 years ago

Thanks for the report. But it works as expected and I couldn't reproduce it. Are you using the latest version? Please try ipm update. I guess it is related to this issue.

marksweiss commented 4 years ago

I updated and the problem was fixed. You can close this. Thanks!

craftzdog commented 4 years ago

Ok!