Jump motions for Markdown Headers/Folds #133
|
@saberzero1 First of all, thank you so much for the insane amount of tenacity you showed in fixing the iPadOS escape key sequence issue! My next question concerns how to jump between folds/headers in a Markdown docs. Typically, I would use zj & zk, but they don't do anything. A Vim plugin like vim-markdown is obviously not applicable. In the Vim Motions documentation, it mentions [[ and ]], but they perform exactly the same as gg and G in the documents I've tried. Do you have any suggestions? (As before, this is all in Obsidian Mobile, and on iPadOS.) |
Replies: 1 comment 2 replies
|
Having said that, the |
]h/[his for jumping between headings.]1-]6are supported for specific heading depths.Having said that, the
z-motion implementation is rather limited. I'll implement those in thecodemirror-vimfork.