brglng / vim-im-select

Improve Vim/Neovim experience with input methods.
108 stars 18 forks source link

When use Ctrl-c to exit vim insert mode, will not trigger InsertLeave #9

Closed fffx closed 3 years ago

fffx commented 3 years ago

Workaround is :

ino <C-C> <Esc>

find from: https://stackoverflow.com/questions/10757020/vim-insertleave-event-doesnt-occur-when-using-ctrl-c-instead-of-esc

brglng commented 3 years ago

I don't think I am able to fix this issue, as this is a limitation of Vim.

fffx commented 3 years ago

It's fine, post it there maybe useful for someone else. Thanks.