ruanyl / vim-gh-line

vim plugin that open the link of current line on github
MIT License
408 stars 37 forks source link

Fix `ssh://git@github.com/<repo>` remotes #31

Closed nickatsegment closed 5 years ago

nickatsegment commented 5 years ago

I tend to remap remotes from https:// to ssh:// so I can use SSH keys. Not sure why GitHub prefers the SCP-style format.

ruanyl commented 5 years ago

Thanks!