prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 161 forks source link

Mouse scrolling not working properly #40

Open lunemec opened 9 years ago

lunemec commented 9 years ago

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.

jonathanslenders commented 9 years ago

Yes, we don't have mouse support yet... I really hope to be able to implement that some day. That would be great for all applications using prompt-toolkit. But it's not an easy one. So, probably I will postpone this until all other important things are working.

dragon788 commented 7 years ago

Mouse support appears to be working for me in PyVim even under PyMux.