joshnajera / godot-vim

VIM bindings for godot 4
MIT License
245 stars 27 forks source link

`i` motion doesn't work for pairs #26

Closed xaviergmail closed 8 months ago

xaviergmail commented 8 months ago

The i motion doesn't seem to work for me, for anything besides iw. (i", i)

For example: ciw "change in word" works as expected. However, ci", ci) don't. Something interesting I've found is in the bottom right view of the current command buffer, the "surround" motions appear at the start rather than the end. ciw stays as ciw, ci" becomes "ci, etc.

image image
xaviergmail commented 8 months ago

My apologies, I just realized there are two vim plugins for godot and I had installed the one from the AssetLib instead of this one.