Skip to content
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

Let IndentWiseBlockScopeBoundaryEnd skip to next block if already at end #10

Open
dlee opened this issue Jun 9, 2015 · 1 comment
Open

Comments

@dlee
Copy link

dlee commented Jun 9, 2015

If the cursor is already at the end of the indent block, then it would be nice if IndentWiseBlockScopeBoundaryEnd would take you to the beginning of the next indent block. For example:

Unindented
  Indented once
  Indented once
Unindented <--- when here

Unindented <-- jump to here
  Indented once
  Indented once
Unindented
Unindented
  Indented once
  Indented once <--- when here
Unindented

Unindented
  Indented once <-- jump to here
  Indented once
Unindented
@moll
Copy link

moll commented Oct 10, 2020

The other motions seem to behave like that — at least <Plug>(IndentWiseNextEqualIndent) as of today. Ironically, this is exactly the behavior I'm now trying to suppress as I'd like to remain in the same block should I hit <Plug>(IndentWiseNextEqualIndent) enough times. :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants