Vim middle mouse click horizontal scroll
Posted
by
vexe
on Super User
See other posts from Super User
or by vexe
Published on 2014-08-22T09:38:57Z
Indexed on
2014/08/22
10:22 UTC
Read the original article
Hit count: 257
I'm running Windows 7 x64 with Gvim 7.4
Using my external mouse, I was wondering how to achieve 'horizontal scroll', I read all the documentation about it but still haven't figured out how to achieve it. 'horizontal scroll' to me means holding down the middle mouse button and moving the mouse horizontally. But that's just not working. Essentially what I want to achieve is something like this VS plugin.
I know about zl/zh
but I want to scroll horizontally from the mouse (by holding MMB and moving horizontally like I said, somehow, maybe?)
So when does ScrollWheelLeft
/ScrollWheelRight
events get fired?
Thanks.
© Super User or respective owner