You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: