Vim under CMDer: How do I enable mouse support?
Asked Answered
C

1

5

For some reason, I can't get mouse support to work under CMDer.

It works normally under the regular CMD. I can click all I want all day. But I use CMDer as my development environment. It has temporary settings for my installation of CLang to use.

I went into the settings and enabled "Send Mouse Events to Console" but that does not appear to be doing anything. I even made sure to try

:set mouse=a

Which is on by default when ever I use the regular windows Command Prompt.

Centaur answered 4/12, 2016 at 6:23 Comment(5)
It works for me, with that option disabled. mouse is set in vim, also. Do you have a clean CMDer install?Telegraphone
Don't think so. Grabbed a prebuilt binary archive.Centaur
@Telegraphone May I ask for a copy of your binary? Or a small guide?Centaur
I didn't configure this in any way, I have default install as well.Telegraphone
I have the same problem and wonder if you ever solved it?Gasify
D
7

I solved this by going to: settings -> Mouse -> Mouse options: enable send mouse events to console -> save settings. Then close the cmder and open again. You should be able to navigate into a vim script using the mouse left click.

enter image description here

Deni answered 7/3, 2017 at 9:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.