On Wed, Jun 30, 2010 at 12:21 PM, björn <[email protected]> wrote: > > I agree that <MouseUp> is also confusing but unfortunately that > can't be changed since it will break backward compatibility (it is > possible to bind to <MouseUp>). Using <MouseScrollLeft> but then > <MouseUp> seemed even weirder to me which is why I chose <MouseLeft> > even though I dislike it.
This thread seems to have petered out without any sort of resolution. I would like to see horizontal mouse wheel support added to Vim. For what my opinion is worth, I don't think we'll ever get away from the <MouseUp>/<MouseDown> identifiers, but perhaps a decent compromise is to continue supporting them as "legacy"/deprecated, then add: <MouseScrollUp> (Same as <MouseUp>) <MouseScrollDown> (Same as <MouseDown>) <MouseScrollLeft> <MouseScrollRight> - Christian -- Christian J. Robinson <[email protected]> -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
