Does ZED have a feature equivalent to VSCode? #6672
-
I wanted to search for a specific word in all files at once, what I found was just the default cmd + f that searches for words only in the current file |
Beta Was this translation helpful? Give feedback.
Answered by
JosephTLyons
Jan 2, 2024
Replies: 0 comments 1 reply
-
Hey @odevnicolas, try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
odevnicolas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @odevnicolas, try
cmd-shift-f
to open up aproject search
multi-buffer. What's neat about these in Zed is that they are live views into the underlying buffers, which means you can edit the contents of the search results and when you save, it writes the changes out to each file.