zed icon indicating copy to clipboard operation
zed copied to clipboard

vim mode: support `gf` command

Open hferreiro opened this issue 2 years ago • 2 comments

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

hferreiro avatar Sep 07 '23 08:09 hferreiro

This is already present?

dgrr avatar Nov 11 '23 22:11 dgrr

It's very difficult without this function

mirageN1349 avatar Jan 26 '24 08:01 mirageN1349

<C-w><C-f> will open the file in a new buffer (in Zed, I suppose a new tab) as well.

vmchale avatar May 17 '24 14:05 vmchale