mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.9k stars 244 forks source link

Keyboard shortcut to open repository dropdown #736

Open gtnIIS opened 1 year ago

gtnIIS commented 1 year ago

Hi, I constantly use git graph to check on my repos, which are quite a few within my current project. To jump between different repos I always have to grab the mouse to select the repo I am interested in.

To simplify that I'd love to have a hotkey that opens the repository dropdown. Would that be an option to implement?

Spinning this even further: When opening the dropdown like suggested, the listed repos could be assigned numbers (at least the first 10). When the respective number key is pressed, the repo is selected and opened in git-graph. (Similar behaviour like when moving around in several application's menu bars).

Thanks for considering it.