windows.nvim icon indicating copy to clipboard operation
windows.nvim copied to clipboard

Window autocmds cause weird mouse jumps and interrupted UI updates and mode changes.

Open Torathion opened this issue 1 year ago • 0 comments

I have a few autocmds on window focus and window change, like

  • Immediately enter insert mode when clicking anywhere inside an opened file
  • Immediately change focus to opened file when entering vim
  • Immediately change to normal mode when clicking anywhere inside a nofile.

This plugin seems to interrupt all of it, causing weird cursor jumps, lualine not to update to the correct mode I'm currently in and mode changes not to happen, making my neovim config unusable.

Is there some kind of workaround or fix to it?

Torathion avatar Dec 29 '24 16:12 Torathion