Is there a way to map mouse-wheel to CTRL-mouse-wheel?

I tried this...

map <MouseUp> <C-MouseUp>
map <MouseDown> <C-MouseDown

And this...

nnoremap <MouseUp> <C-MouseUp>
nnoremap <MouseDown> <C-MouseDown

But it doesn't work the same as when I manually hold down Ctrl while
using the mouse wheel.

When I have a split window (horizontal or vertical), the mouse wheel
only works in one of the two splits.  It works in either (as it should)
when I do a CTRL-mouse-wheel.  I am looking for a work-around to this
problem.

Thanks,
Bill

Reply via email to