You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure I understand your request. Could you please elaborate further? By "pattern" do you mean the word definitions or g:wordmotion_spaces? What do you mean by "text end"?
Please use code blocks to format your examples and clearly specify the current behavior and expected behavior, ideally in the format of the examples in the README.
Hi, I'm not sure I understand your request. Could you please elaborate further? By "pattern" do you mean the word definitions or g:wordmotion_spaces? What do you mean by "text end"?
Please use code blocks to format your examples and clearly specify the current behavior and expected behavior, ideally in the format of the examples in the README.
Sorry for causing misunderstandings. The pattern I mean is more like word definition.
Currently, if I encounter a line with 2 or more punctuations at the end of line, "w" moves the cursor like this:
CamelCaseACRONYMWords_underscore1234"""...
w--->w-->w----->w---->w-------->w-->w
If I press "w" again, the cursor will jump to the start of next line.
But I want it to be able to move till the end of the line like this:
Hello, it is a really great plugin, thanks for your work.
I want to extend the pattern so it can handle some cases like:
Currently, it works like this:
|if ||name| |== |"|main|":
|pass|
I want it to work like this:
|if ||name| |== |"|main|":|
|pass|
Is it possible?
Thank you!
The text was updated successfully, but these errors were encountered: