ahrm / sioyek

Sioyek is a PDF viewer with a focus on textbooks and research papers

Home Page:https://sioyek.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigating the TOC

nikinbaidar opened this issue · comments

I notice that in the TOC menu I can only move up and down with the arrow keys. I tried tracing the functions bound to these in the keys.conf but it wasn't there. I want to bind and to move up/down in this TOC/bookmarks lists. How can I map a key in this context?

commented

Using something like this:

[m]control_menu(down) <C-j>

Using something like this:

[m]control_menu(down) <C-j>

Exactly what I want. Are there any more docs on these?

commented

See this comment: #921 (comment).

Thank you!