onivim/oni

Cmd + clicking a link should open the URL in the browser

Open

#1,757 opened on Mar 9, 2018

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (336 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (11,389 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

This is a quite small improvement, but would allow to:

We could mimick the behavior of VSCode and:

  • Coloring the link in an "active" color (link blue?) when hovering it with Cmd pressed
  • Display a tooltip stating "Cmd + Click to follow the link" or something like that when hovering it without holding Cmd

I guess the key should be configurable so that it works on all platforms

Contributor guide