-
Notifications
You must be signed in to change notification settings - Fork 13
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
Once selected a text object, expand the selection? #3
Comments
We're talking about this in #1. I already have code that I'm going to push soon for adding counts to block operations, but I want to fix TravisCI first so I can get some tests in for this. |
Now you can use |
Thanks! Works like a charm. And any thoughts on selection's expansion may be? :) Or do we close this issue? |
What do you mean by expansion? There's a discussion about block motions in #1. |
Something like that probably -- but for indented structures. E.g., as for the code shown above, if my cursor is at line 5, and I press |
Hmm, I think this is already covered if you press |
Oh, thanks for pointing :). Somehow I was too slow just to think of it :). |
Let's say I have a code block like this:
…and my cursor is on
value -= 1
line. Once I pressvaP
, I get theif
structure selected. But is it possible then to expand the selection somehow? Or, is it possible to pass some numeric argument before the selecting may be?The text was updated successfully, but these errors were encountered: