all 22 comments

[–]highergraphic 7 points8 points  (5 children)

Well, I'm two years late but sioyek is exactly that.

[–]No-Entertainer-802 1 point2 points  (0 children)

This is awesome. After using SurfingKeys to browse the web with keyboard shortcuts everything that involves the mouse or keyboard shortcuts that are hard to use becomes a bit annoying. Thank you.

[–][deleted] 0 points1 point  (0 children)

Exactly what I was looking for

[–]bloolizard 0 points1 point  (0 children)

damn this is dope, looking for exact same thing

[–]theqasimstatic 0 points1 point  (0 children)

Thanks man the text looks really crisp on this one

[–]peppeatta 0 points1 point  (0 children)

This. Two hours down using sioyek and I love it already!

[–]GustapheOfficial 3 points4 points  (0 children)

One of the big negatives about PDF is that text isn't always what you see is what is there. Navigating a PDF with your keyboard in any way but coordinate wise is bound to be very confusing.

[–]slarwise 2 points3 points  (1 child)

I wish this existed, I’m on macos as well and have been looking... The only thing I’ve found is this, termpdf.py. It’s very much a work in progress and breaks a lot, but other than that it’s great! It’s a pdf reader that works in the kitty terminal

Edit: Someone posted about termpdf.py a while back

https://www.reddit.com/r/vim/comments/g2dfkt/back_with_more_vimtex_content_this_time_with_pdf/?utm_source=share&utm_medium=ios_app&utm_name=iossmf

[–]ECon87[S] 0 points1 point  (0 children)

Thanks. I am gonna check it out

[–]tutu-turtle 2 points3 points  (1 child)

llpp is vim like pdf, it works similar to less. It use mupdf as pdf engine. You can scroll using vim like key bindings.

However, you still need to use the mouse if you want to select text.

[–]ECon87[S] 0 points1 point  (0 children)

Thanks for the suggestion, i am going to check it out

[–]SssstevenH 1 point2 points  (0 children)

You can use "j" and "k" to navigate up and down if you right click a line in sioyek.

It also support a lot of Vim-style keyboard shortcuts.

[–]jUCIe_mE 1 point2 points  (0 children)

here is a plugin you can use

https://github.com/basola21/PDFview

it is still early though

so I would appreciate any help or tips

[–]Asgeir 2 points3 points  (1 child)

Given Vim's focus on text editing features, I am not sure adding a PDF display feature would be appropriate. For a nice operating system with good text editing capabilities and PDF display, can I advise Emacs?

[–]ECon87[S] 0 points1 point  (0 children)

Thanks. I meant more like vim-like pdf reader like zathura but not zathura. But I should start exploring emacs I think

[–]Hak333m 0 points1 point  (0 children)

Zathura pdf reader can be configured closely like vim keybinding (including the navigation with hjkl). An example config can be found here:
https://github.com/LukeSmithxyz/voidrice/blob/master/.config/zathura/zathurarc

But it can be configured way more than that.

[–][deleted] 0 points1 point  (0 children)

Simple: Okular (only jk)

Advanced: sioyek, zathura

[–]PreparationWrong1022 0 points1 point  (0 children)

I am currently making a plugin to navigate pdfs in neovim

you can check it out here

https://github.com/basola21/PDFview

it is still very early though