letmaik / vscode-git-tree-compare

🎄 VS Code extension for comparing the git working tree against a branch, tag, or commit, displayed as folder tree
https://marketplace.visualstudio.com/items?itemName=letmaik.git-tree-compare
MIT License
60 stars 7 forks source link

keyboard shortcut #82

Closed mariusa closed 2 years ago

mariusa commented 2 years ago

Hi,

Since I had the activity bar hidden, it was quite hard to discover how to use this extension. Had to browse through other issues to find out. The Marketplace page could say "In Activity bar, look for this icon". Instead of the current drag'n'drop which I can't tell where to start dragging from.

Anyways. It would be great to have a keyboard shortcut to activate it too, without having to click on activity bar. There's already a shortcut for 'Ctrl Shift G G'. Maybe use 'Ctrl Shift G C' ?

letmaik commented 2 years ago

In the "Location" section in the README the first sentence is "By default, the tree view is located in its own container accessible from the activity bar on the left. ". Would you rephrase that?

Regarding the keyboard shortcut, there's no default but you can configure your own:

image

mariusa commented 2 years ago

I'm sorry, you're right. I kept staring at the animated gif instead of reading.

Thanks for the tip on how to set a keyboard shortcut!