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
This looks interesting, seems like a good feature! I might need to further research on the feature itself (sorry, I don't have enough experience on outline-cycle(-buffer), etc). If you would like to boost up the progress on this feature request, feel free to paste/post any useful information to this thread! Maybe a video describe what exactly you wish to see, etc. 👍
Sure, here's a gif (see the modeline for what commands are being executed):
It's a straightforward but useful feature. outline-cycle switches through three states of collapsed-ness for the current node: hide-all, only-headings, show-all. outline-cycle-buffer does this for all nodes in the buffer.
I think the rough equivalent for outline-cycle would be ts-fold-close -> ts-fold-open -> ts-fold-open-recursively, and outline-cycle-buffer would be the corresponding -all functions.
The benefit is that with two keybindings, one for outline-cycle and one for outline-cycle-buffer I can usually achieve the folding state I want.
Thank you for this package!
Is it possible to create ts-fold equivalents for
outline-cycle(-buffer)
?The text was updated successfully, but these errors were encountered: