terrychou / iVim

A vim port to iOS.
596 stars 35 forks source link

major regression bug in iOS 17 : tap causes keyboard animation #278

Open jbrashears opened 6 months ago

jbrashears commented 6 months ago

In iOS 17, there is a major regression bug: Onscreen tap causes keyboard animation, even if onscreen keyboard is already visible.

Please fix this as soon as possible!

In insert mode, i have mapped onscreen touch event to escape, like this:

inoremap <silent> <LeftMouse> <esc> <LeftMouse>

Not sure if this is related to the issue.

However, I use this app constantly, and the "touch to escape" configuration is extremely important to me.