We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm probably missing something, but v2ii, for example, does not selects 2 indentation levels for me.
v2ii
Given this example with cursor at cccc:
cccc
aaaa bbbb cc[|]cc
...pressing vii + ii does select both cccc and bbbb lines. However, pressing v2ii selects only cccc line.
vii
ii
bbbb
Where am I wrong? :)
The text was updated successfully, but these errors were encountered:
It does not work for me either. For example, for the following code,
def some_funct(): for i in range(5): print(i) do_something_else()
if cursor is in the for loop, using something like v2ii only select the block inside for loop.
Sorry, something went wrong.
Shameless plug, but it works on my fork: https://github.com/urxvtcd/vim-indent-object
No branches or pull requests
I'm probably missing something, but
v2ii
, for example, does not selects 2 indentation levels for me.Given this example with cursor at
cccc
:...pressing
vii
+ii
does select bothcccc
andbbbb
lines. However, pressingv2ii
selects onlycccc
line.Where am I wrong? :)
The text was updated successfully, but these errors were encountered: