Add Character to End of Line #16043
cloud303-cholden
started this conversation in
Show and tell
Replies: 1 comment
-
For me Zed is automatically adding a semicolon as soon as I press save when working with Nodejs, is there a way to stop this from happening? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One feature I've been missing coming from Neovim is from this plugin which toggles a
,
or;
to the end of the line. I figured out the Zed recipe for this. It doesn't toggle, but hopefully someone will find it useful. I used this as a reference for storing the cursor position.Here are the keymaps:
Beta Was this translation helpful? Give feedback.
All reactions