44

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.

Matthias Braun
  • 32,039
  • 22
  • 142
  • 171
daleonpz
  • 581
  • 5
  • 13
  • 1
    nope. the quickest thing is the double click bottom-right-ish and drag a little to select the entire page (double clicking starts selection from the top-left to where your cursor is), but this doesn't select the last one or two lines even if you select the entire page. Selection in zathura **_`REALLY`_** needs some work. – dylnmc Jan 29 '19 at 21:43
  • 1
    This question seems more related for [su] than [so] – hongsy Jan 18 '20 at 15:09

1 Answers1

10

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.

hongsy
  • 1,498
  • 1
  • 27
  • 39