joshnajera / godot-vim

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

Moving mouse cursor shifts text cursor the the right #33

Open vk8a8 opened 1 month ago

vk8a8 commented 1 month ago

Moving the mouse cursor shifts text cursor the the right.

https://github.com/user-attachments/assets/c59d43fc-13af-4937-90d3-1b404ef6859e

x3rAx commented 1 day ago

I got the exact same issue but I just realized, that I didn't have this exact addon installed. Instead I installed "Godot Vim" by BernardoBurning. I at first thought this issue was due to changes in Godot 4.3 but when I opened another Project that I was working on prior to 4.3 I didn't have this bug and I also had another cursor color.

This addon does not seem to be compatible with 4.3 and that's why it is not listed in the Asset Lib anymore. There is a pull request (https://github.com/joshnajera/godot-vim/pull/35) however that adapts for 4.3.

x3rAx commented 1 day ago

There is also the vim-motion addon in the Asset Lib which is a fork of this addon but I haven't tried it yet.