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 use folds pretty regularly in order to quiet some of the "visual noise" of the codebases I work in. I'd like to be able to jump to the top of a collapsed fold in the same way that I can jump to expanded text. For example, if I wanted to jump to the doThings function, I'd like to be able to type sdo and have the cursor jump to line 6.
Is this currently possible or would it be a new feature?
Thanks for such a useful plug-in, btw!
The text was updated successfully, but these errors were encountered:
This is an obvious request, I've been wanting to implement this for ages, but seems impossible at the moment. Fold headers cover everything unconditionally, including extmarks, we cannot labels positions there. (Semi)related: neovim/neovim#12649.
@ggandor Thanks for the context! I figured it must be some sort of technical limitation since none of the other similar plugins (sneak.vim et al) have this feature either. Crossing my fingers that support for this can be added soon!
I use folds pretty regularly in order to quiet some of the "visual noise" of the codebases I work in. I'd like to be able to jump to the top of a collapsed fold in the same way that I can jump to expanded text. For example, if I wanted to jump to the
doThings
function, I'd like to be able to typesdo
and have the cursor jump to line 6.Is this currently possible or would it be a new feature?
Thanks for such a useful plug-in, btw!
The text was updated successfully, but these errors were encountered: