Would like to implement missing VIM motions: go to previous/next unmatched ')', '(', '}' or '{' #20791
Unanswered
helgemahrt
asked this question in
Q&A
Replies: 1 comment
-
Created #21098 with the implementation |
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
-
Is anyone else already working on this? I did not find this mentioned in the issues or discussions.
Problem Statement
The following VIM motions don't appear to have been implemented yet: https://vimhelp.org/motion.txt.html#various-motions
Proposed Solution
TBH, I'm new to Zed's code base. From what I've seen,
matching
has already been implemented, so I'd use that as a starting point / reference to implemented theunmatched_forward
andunmatched_backward
motions.Beta Was this translation helpful? Give feedback.
All reactions