Relative Content

Tag Archive for vimzed

Is there any way to set the whichwrap value in vim mode in zed editor?

I am using zed editor with vim mode turned on.
I want to move the cursor from the beginning of a line to the end of the previous line or from the end of a line to the beginning of the next line when moving the cursor with h,l.
In vimrc, I want to set set whichwrap=b,s,h,l,<,>,[,] or equivalent.
I checked the documentation (https://zed.dev/docs/vim), but could not find anything that might be relevant.
Is it possible to make such a setting?

Is there any way to set the whichwrap value in vim mode in zed editor?

I am using zed editor with vim mode turned on.
I want to move the cursor from the beginning of a line to the end of the previous line or from the end of a line to the beginning of the next line when moving the cursor with h,l.
In vimrc, I want to set set whichwrap=b,s,h,l,<,>,[,] or equivalent.
I checked the documentation (https://zed.dev/docs/vim), but could not find anything that might be relevant.
Is it possible to make such a setting?