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
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?
The text was updated successfully, but these errors were encountered:
jrochel
changed the title
IndentWiseNextUpwardIndent
Feature request: IndentWiseNextUpwardIndent
Oct 30, 2023
I wish there were a function
IndentWiseNextUpwardIndent
which behaves likeIndentWiseNextGreaterIndent
never allowing to jump beyond any line with a smaller indent level.An example:
Starting from
A
effectuating aIndentWiseNextUpwardIndent
/IndentWiseNextGreaterIndent
gets me toB
.On
B
aIndentWiseNextGreaterIndent
gets me toE
which I never need to do. (There is no semantic link betwenB
andE
).Instead I wish to stay "stuck" on
B
. Would it be possible to addIndentWiseNextUpwardIndent
which has me go formA
toB
but not beyondB
?The text was updated successfully, but these errors were encountered: