m4xshen / hardtime.nvim

Establish good command workflow and quit bad habit
MIT License
1.35k stars 27 forks source link

Do not detect “<MouseMove>” as “ve>” #49

Closed mochaaP closed 11 months ago

mochaaP commented 11 months ago

When vim.opt.mousemoveevent = true:

image

(Example use case: https://github.com/akinsho/bufferline.nvim/blob/6ecd37e0fa8b156099daedd2191130e083fb1490/lua/bufferline/hover.lua#L35)

This should not be matched as ve>.

m4xshen commented 11 months ago

Thanks for the feedback!