-
-
Notifications
You must be signed in to change notification settings - Fork 84
user documentation does not explain "just" target modifier #1537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this issue and #1522 are perhaps more important than they first appear. Awhile ago, I asked how to do something in cursorless, and the answer involved "before, "start of", and "just". That was the moment where I most felt that I did not understand the underlying structure of cursorless. And now I notice that none of those modifiers are really documented. They are important modifiers that are useful to doing very common editing operations. |
Yeah we should really have more on "just". I believe there's a Cursorless kata about it that's prob the best place to learn about it for now |
What is the best way to show a little bit more on the cheatsheet? Edit
I think there is a big difference in impact between an explanation in the official doc and cheatsheet vs buried in a 3rd party readme. I still haven't looked at more than a handful of katas. I am willing to work on |
Essentially the
(copied from #1538 (comment)) |
- Fixes #1537 --------- Co-authored-by: Jacob Egner <[email protected]> Co-authored-by: Pokey Rule <[email protected]>
I still don't know what "just" does. The doc mentions it but does not explain it. At first I thought that it shrank a target to exclude the selection-type separator (space for token, \n for line, etc), but I am beginning to think that it does more than that.
The doc mentions
"take every instance just air"
does something very different than what I described above, so apparently I don't understand the "just" modifier in full generality.The text was updated successfully, but these errors were encountered: