Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Secretly, Vim is able to understand mouse clicks, scrolling, highlighting, and just about everything you'd be familiar with in an IDE or GUI text editor. While there are times when using the keyboard is the absolute fastest way to get something done, there are plent of other times where being able to scroll through Vim or use the mouse is pretty handy.
- Loading branch information
fc77b04
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(<-- prev step) ... (next step -->)
If the mouse doesn't work even after you've added this setting, that means you'll have to enable xterm mouse reporting in your terminal emulator. This is probably buried in your settings somewhere; let me know if you're having trouble finding it.
fc77b04
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any ideas how to get mouse scrolling working in ConEmu and Cygwin vim on Windows?
fc77b04
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally have never used either, sorry. In fact, my knowledge of Windows development tools is extremely minimal. Your best bet is to Google for some permutation of "conemu cygwin xterm mouse reporting" and to have patience. If you figure it out be sure to post it back here!
fc77b04
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From this super question