In vim when you want mouse scrolling to scroll instead of just moving your cursor, you set in your .vimrc these: ``` set mouse=a set ttymouse=xterm2 ``` I tried to set these options in pyvim, but there are none. They should either be options, or enabled by default.