joshnajera / godot-vim

VIM bindings for godot 4
MIT License
235 stars 24 forks source link

Add s command #20

Open MajorZiploc opened 9 months ago

MajorZiploc commented 9 months ago

The s command from vim to delete character under cursor and then go into insert mode.

Is this something you would be interested in?

Wasn't sure of the correct way to implement this given your structure. Is this a decent approach?