ahrm / sioyek

Sioyek is a PDF viewer with a focus on textbooks and research papers
https://sioyek.info/
GNU General Public License v3.0
7.17k stars 236 forks source link

Vim-style keybindings / `gg` & `G` #209

Closed st-- closed 2 years ago

st-- commented 2 years ago

I love the vim-style keybindings you've gone for! One thing that's really going against my finger habits though is using <num>gg to jump to a page (line in Vim) which sioyek uses, whereas Vim (also) supports <num>G (number & shift+G) to jump to a line. Would you be able to also support <num>G to jump to a page? (It doesn't seem to be directly configurable using keys.config as it seems to be a property of the goto_beginning command which goto_end doesn't have?)

ahrm commented 2 years ago

Added in 29e121542a0dd73fc3e16e2ea8cd780e7d07e28c.

st-- commented 2 years ago

awesome, thanks for the quick response! should we close this issue then?:)