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

Feature request: IndentWiseNextUpwardIndent #21

Open
jrochel opened this issue Oct 30, 2023 · 0 comments
Open

Feature request: IndentWiseNextUpwardIndent #21

jrochel opened this issue Oct 30, 2023 · 0 comments

Comments

@jrochel
Copy link

jrochel commented Oct 30, 2023

I wish there were a function IndentWiseNextUpwardIndent which behaves like IndentWiseNextGreaterIndent never allowing to jump beyond any line with a smaller indent level.

An example:

A
	B
C
	D
		E

Starting from A effectuating a IndentWiseNextUpwardIndent/IndentWiseNextGreaterIndent gets me to B.
On B a IndentWiseNextGreaterIndent gets me to E which I never need to do. (There is no semantic link betwen B and E).
Instead I wish to stay "stuck" on B. Would it be possible to add IndentWiseNextUpwardIndent which has me go form A to B but not beyond B?

@jrochel jrochel changed the title IndentWiseNextUpwardIndent Feature request: IndentWiseNextUpwardIndent Oct 30, 2023
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

1 participant