zed
zed copied to clipboard
vim mode: support `gf` command
Check for existing issues
- [X] Completed
Describe the feature
The "goto file" command in vim allows to navigate to the file whose name is under or after the cursor.
This command is very handy to navigate to header files in C/C++.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
This is already present?
It's very difficult without this function
<C-w><C-f> will open the file in a new buffer (in Zed, I suppose a new tab) as well.