Cmd-click regression in recent 2.9 beta build: triggers downloads instead of opening file in editor
- iTerm2 Build 2.9.20160206
- Mac OS X 10.11..3
- com.googlecode.iterm2.plist
I recently updated to the latest 2.9.x build (was using an older build, perhaps 1-2 months old, before that -- sorry, don't remember which exactly).
Since then, the super-cool and useful "Cmd-click" feature that allows you to click on a file or path and open it in an editor is semi-broen for me, and so far I couldn't figure out how to restore it.
As a typical example, suppose I have this in my terminal:
~/Projekte/foreign/git-remote-hg/hg-versions/mercurial-3.7.1 (git:master)$ ag deprecated
contrib/check-config.py:66: m = re.search(r'# (?:internal|experimental|deprecated|developer)'
contrib/pylintrc:199:# * uses of deprecated modules
contrib/pylintrc:204:deprecated-modules=regsub,TERMIOS,Bastion,rexec
doc/hgrc.5:760:(defaults are deprecated. Don\(aqt use them. Use aliases instead.)
doc/hgrc.5:1525:(deprecated) The URL or directory for the default \%\fBhg push\fP\: location.
doc/hgrc.5.html:579:<p>(defaults are deprecated. Don't use them. Use aliases instead.)</p>
...
Then if I press the Cmd-key and hover over the filenames, I would expect it to highlight e.g. contrib/check-config.py:66
, and, upon a click, open my editor at that file and line.
Instead, it highlights just py:66
, and clicking then starts a "download". A feature I never noticed before, which has zero value for me, but for which I also couldn't figure out a way to turn it off.
Any help would be greatly appreciated.
Thank you very much for iTerm2, it's a great piece of software.