Currently when I press "e" while focused on a file within a specific commit in "diff" tab, then it executes a command ``` bash -c vim -- "App.tsx" ``` It would be more useful if it would actually open file at corresponding chosen revision. ``` git show a1b35:./file.txt ```