Is there any way to set like whichwrap
value in vim mode in zed editor?
#22428
Replies: 1 comment
-
Resolved. I use
|
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
-
I want to move the cursor from the beginning of a line to the end of the previous line when I pressed
h
. And move the cursor from the end of a line to the beginning of the next line when pressedl
. In vimrc, I want to set setwhichwrap=b,s,h,l,<,>,[,]
or equivalent. Is it possible to make such a setting?Beta Was this translation helpful? Give feedback.
All reactions