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 set my keybindings for 'Go to next/previous heading' to > and <, respectively, and also have vim mode enabled. I was hoping to hold down > to quickly scroll through my notes by heading, but after skipping to one heading when folded, it instead starts rapidly indenting the newly-jumped-to heading (which is a result of vim's >> keybinding). This appears to mean that this plugin doesn't handle repeat keys on at least these two commands (and maybe others).
Separately, is there a way to only jump to the next heading of the same level (e.g., if you're within the text of a h2 heading, and there is a h3 heading also within that h2 block but your cursor is not in the h3 block, jump past the h3 block to the next h2 heading)?
The text was updated successfully, but these errors were encountered:
I set my keybindings for 'Go to next/previous heading' to
>
and<
, respectively, and also have vim mode enabled. I was hoping to hold down>
to quickly scroll through my notes by heading, but after skipping to one heading when folded, it instead starts rapidly indenting the newly-jumped-to heading (which is a result of vim's>>
keybinding). This appears to mean that this plugin doesn't handle repeat keys on at least these two commands (and maybe others).Separately, is there a way to only jump to the next heading of the same level (e.g., if you're within the text of a h2 heading, and there is a h3 heading also within that h2 block but your cursor is not in the h3 block, jump past the h3 block to the next h2 heading)?
The text was updated successfully, but these errors were encountered: