-
Notifications
You must be signed in to change notification settings - Fork 139
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
meow-line should grow partially-completed lines #547
Comments
Meow introduces a concept https://github.com/meow-edit/meow/blob/master/EXPLANATION.org#selection |
Yes, I am aware meow has selections. I am a previous kakoune user so I am comfortable using selections. It's just that |
The selection will be expanded when current selection is expandable, and has the same type with command. In your case, I guess the selection is created with char movements, it will be canceled when met a line command. This |
I understand. my use case is: when I press the keys If I wanted to cancel my selection, I'd invoke |
To force expand, there's a command |
Would you be OK with me opening a PR for that? I thin kthe answer is the final cond statement from my code sample above. |
And we can update Yes, I'm OK with a PR. |
if the selection is like the following (M: mark, P: point)
then
meow-line
should turn it into the following and change the selection-type to(expand . line)
but it selects only the line point is on:
This can be accomplished with a function like so, and I can open a PR for this you agree with the change:
The text was updated successfully, but these errors were encountered: