tyru / open-browser-github.vim

Open GitHub URL of current file, etc. from Vim editor (supported GitHub Enterprise)
BSD 3-Clause "New" or "Revised" License
173 stars 14 forks source link

Default to user.name as user #33

Open xeruf opened 4 years ago

xeruf commented 4 years ago

If a repo has multiple users, it asks me to choose one. But I would like to have one of two default behaviors: Default to the "origin" repo, or default to the repo which contains my git config user.name - I don't want to choose manually.