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

The motion `i` doesn't seem to work with text-objects '[' '(' when they represent links #23

Closed rcashie closed 3 years ago

rcashie commented 3 years ago

For example if I have a link

[Hello World](https://helloworld.com)

With the cursor within either [ ... ] or (...), commands ci) or di] do not seem to work.

Typically all content within the brackets are removed (and I'm put into insert mode if the command is c / change)

craftzdog commented 3 years ago

Fixed in v2.1.4. Thanks!