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
A common and extremely useful navigation is to back out of the current folding level.
In the similar outline-mode, this is outline-up-heading.
outline-mode
outline-up-heading
I would love to see this in origami.
The text was updated successfully, but these errors were encountered:
I have something like this bound to a key, does this work?
(lambda nil (interactive) (or (call-interactively 'origami-backward-fold-same-level) (call-interactively 'origami-previous-fold)))
Sorry, something went wrong.
No branches or pull requests
A common and extremely useful navigation is to back out of the current folding level.
In the similar
outline-mode
, this isoutline-up-heading
.I would love to see this in origami.
The text was updated successfully, but these errors were encountered: