Neovim user. Can I do s/foo/bar/g
in zed editor?
#10815
Unanswered
mhemken-vts
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is something I use a lot. I want to change the name of a variable. So I use the sed like thing in neovim, eg.
s/foo/bar/g
.This doesn't work in zed out of the box.
Is it supported? If so how do I do this (in vim it's just
:
)?Beta Was this translation helpful? Give feedback.
All reactions