-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
I always use a diff file tree to navigate in my project/task
(not an open editor list, not a project file tree).
That way I see an actual file tree I'm working on regardless of the current changes.
For that I even had to write my own web app to display files in that manner (with some integrations).
Now we have GitLens that seems could do the same task in Search & Compare.
Unfortunately GitLens always open a file diff on a click and there's no option to open the file itself except of clicking on the corresponding file icon.
Please make the click/keyup (activate file action) configurable so it would be possible to open a file instead of its diff.
Also dont forget about the alt action (holding Alt key for example).
So you could swap the actions in the settings (diff & file) but the alternative action would swap also:
so if the current action to open a file its diff could be opened with holding Alt key.