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

Add cycling functionality #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tpeacock19
Copy link
Contributor

This PR adds functionality similar to outline-cycle & outline-cycle-buffer.
There still may be some rough edges here so still working through it.

@jcs090218
Copy link
Member

I don't use outline mode, so I'm unsure how it works. 🤔 Can you paste screenshots or a GIF to show how it works?

@tpeacock19
Copy link
Contributor Author

Screen.Recording.2024-07-24.at.3.53.50.PM.mov

@jcs090218 jcs090218 self-assigned this Jul 25, 2024
@jcs090218 jcs090218 added the enhancement New feature or request label Jul 25, 2024
(progn ,@body)
(save-excursion
(back-to-indentation)
(progn ,@body))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am worried this might have other side effects.

((pred (member 'show-all))
(seq-map (lambda (n)
(treesit-fold-close-recursively nil n))
children)))))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to autoload these commands.

Can you update the README according to the newly added commands?

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

Successfully merging this pull request may close these issues.

2 participants