joshnajera / godot-vim

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

Support for escaping insert mode with Ctrl+C #24

Open Trenrod opened 8 months ago

Trenrod commented 8 months ago

Allow to use Ctrl+C to escape from insert mode. Not sure if this is less common then Ctrl+[ or Escape. But I got used to this in VimCode so I want to share it with you.

hyouuu commented 3 weeks ago

This is covered by a newer PR and I've included it in https://github.com/hyouuu/godot-vim if you'd like to use it for the time being