vipzhicheng / logseq-plugin-vim-shortcuts

Add part of VIM key bindings experience to Logseq
MIT License
338 stars 17 forks source link

Config feature request: scrollBlockInPage #50

Open hacker-DOM opened 1 year ago

hacker-DOM commented 1 year ago

It seems that currently, prev and nextSibling perform scrollBlockInPage:

https://github.com/vipzhicheng/logseq-plugin-vim-shortcuts/blob/c6d9defef82701a61d7b4f128e3fbdc62ca34411/src/keybindings/nextSibling.ts#L47

It would be great if there was an option to only go to the next block (and ideally scroll if it's out of view) like the default up/down behavior in logseq

hacker-DOM commented 1 year ago

Hmm it looks like it's not currently supperted by the Api ('logseq.Editor') :-(

https://plugins-doc.logseq.com

vipzhicheng commented 6 months ago

Yes, I can do nothing out of API. :)