vscode cmd + P replication
Is your feature request related to a problem? Please describe.
I would like to go to a particular file through jumpcat that is repliciation of cmd + P of vscode. Currently we can go to the root of the codebase but not to a particular file
Describe the solution you'd like
replicate cmd + p of vscode.
Additional context
No response
how is your feature request different from pressing T ?
see e.g. https://hackernoon.com/a-quick-shortcut-for-quickly-navigating-in-github-repositories-8874200c4f65
Yea actually using T I think we can move from current dir to sub dir or files not across the whole codebase just like the vscode does
move from current dir to sub dir or files not across the whole codebase just like the vscode does
Can you elaborate on this please? Ideally with a step by step description how it should behave and how does currently. I'm asking because I can not follow what you mean by:
across the whole codebase just like the vscode does
With the fuzzy finder T, I can jump to any file within a GitHub repo.