Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMD + click on a URL not working most of the time #25647

Open
pdandradeb opened this issue Feb 26, 2025 · 0 comments
Open

CMD + click on a URL not working most of the time #25647

pdandradeb opened this issue Feb 26, 2025 · 0 comments

Comments

@pdandradeb
Copy link

pdandradeb commented Feb 26, 2025

Summary

Most of the time, clicking on it just remove the underline of the link instead of opening it. I've attached a screen capture below showing the behavior.

Steps to trigger the problem:

  1. Open a file which contains links;
  2. Press CMD and try to click it;

Actual Behavior:

It removes the underline from the link instead of opening it

Expected Behavior:

Open the link

Additional info:

I'm using zed for a week now and, before today, I every time I've tried to CMD + click a link it just didn't open it.
I thought it was just not implemented but looking into the issues I realized it was and started to clicking a lot until it worked.

Video with me trying to click on some links
zed-cmd-click.mp4
Here's my `settings.json` and `keymap.json` although are barely thouched them:
[
  {
    "context": "Workspace",
    "bindings": {
      // "shift shift": "file_finder::Toggle"
    }
  },
  {
    "context": "Editor",
    "bindings": {
      // "j k": ["workspace::SendKeystrokes", "escape"]
      "alt-z": "editor::ToggleSoftWrap",
      "alt-shift-f": "editor::Format"
    }
  }
]
{
  "features": {
    "edit_prediction_provider": "zed"
  },
  "assistant": {
    "version": "2",
    "enabled": true,
    "default_model": {
      "provider": "zed.dev",
      "model": "claude-3-5-sonnet-latest"
    }
  },
  "ui_font_size": 18,
  "buffer_font_size": 20,
  "theme": {
    "mode": "system",
    "light": "Tokyo Night",
    "dark": "One Dark"
  }
}

Zed Version and System Specs

Zed: v0.174.8 (Zed)
OS: macOS 15.3.1
Memory: 16 GiB
Architecture: aarch64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant