-
|
Two functions I have not found so far, for this nifty vi implementation -- appreciate very much for inputs ! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
I am not a 100% sure about what you mean regarding folds, but I can tell you with certainty that these are not implemented in Nextvi. While I do not plan on supporting folds or splits in the mainline, this functionality could be done via a patch (in laymen terms this is how we do plugins here). I can support you if you're up for the task. I would recommend tackling sentence boundary first as that is way easier and will help you with on-boarding into this codebase. |
Beta Was this translation helpful? Give feedback.
-
|
I mean simply folds not split. However I'm not skillful in C anymore -- but thanks for confirming I didn't miss this functionality ! How about the ) functionality to move to end of sentence ? |
Beta Was this translation helpful? Give feedback.
-
|
Hey, I've implemented sentence boundary functionality. Keep in mind that in Nextvi section regions are swapped, so for example [ goes down instead of up like in other vi implementations. For consistency, the same applies for ( and ). Reasoning to stay consistent with j and k direction and physical placement on qwerty keyboards. |
Beta Was this translation helpful? Give feedback.
-
|
@ppyyu Hello, have you tried the latest? Feedback appreciated. |
Beta Was this translation helpful? Give feedback.
Hey, I've implemented sentence boundary functionality. Keep in mind that in Nextvi section regions are swapped, so for example [ goes down instead of up like in other vi implementations. For consistency, the same applies for ( and ). Reasoning to stay consistent with j and k direction and physical placement on qwerty keyboards.