I want to know how to disable mouse wheel, however I found this and this question and I have tried put them to my .vimrc:
set mouse=""
map <ScrollWheelUp> <nop>
map <S-ScrollWheelUp> <nop>
map <ScrollWheelDown> <nop>
map <S-ScrollWheelDown> <nop>
But none of them will disable the mouse wheel, I still can use it to scrolling.
And I'm on Arch Linux, using vim 7.4 with gnome-terminal 3.16.2.