@dharrigan I found a workaround for coc.nvim throwing the cursor to a different place in insert mode, when autocompleting. Disabling the floating documentation windows with "suggest.floatEnable": false
does it. https://github.com/neoclide/coc.nvim/wiki/F.A.Q#how-could-i-disable-floating-window
interesting! thank you. will try it out 🙂