Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to select text in zathura without the mouse?

Tags:

pdf

mupdf

It is kind of annoying to use the mouse every time I have to copy text from a PDF in zathura.

I was wondering if it is possible to select and copy text in zathura similar to Vim's visual mode? I did a Google search but couldn't find anything.

I use zathura-pdf-mupdf on manjaro with xfce.

like image 579
daleonpz Avatar asked May 03 '17 18:05

daleonpz


1 Answers

As of Jan '20, the zathura official documentation is being reworked and does not contain anything related to usage.

Looking at the man docs, it seems that zathura does not come with select / copy keybindings that mimic Vim's visual mode. The closest that comes to it is scrolling with h, k, j, l. Here's the full list of mouse and key bindings.

Feel free to open a feature request.

like image 131
hongsy Avatar answered Sep 20 '22 18:09

hongsy