apvlv
apvlv copied to clipboard
I have 2 files with the same name under the same directory: ``` a.pdf a.epub ``` Typing `apvlv ./a` only listed `a.pdf`. I have to literally type `apvlv a.epub`(actually the...
Bindings for annotations and visual mode does not work. Also got some errors. ``` ** (apvlv:28835): CRITICAL **: 19:15:01.640: bool apvlv::ApvlvDocCache::getAvailableSpace(apvlv::ApvlvPos, apvlv::ApvlvPos*): assertion '!mLines.empty ()' failed (apvlv:28835): Gtk-CRITICAL **: 19:15:14.564:...
Ubuntu repositories for apvlv are **very** outdated. They have 0.1.5-rel I would like to build apvlv from the source but could not find the instructions on GitHub. Can you please...
Just stumbled across this wonderful viewer and wanted to customize it a bit. I came across two issues/questions: 1. I want to build my .apvlvrc to have a sensible custom...
On my system (Manjaro 21.1.5, i3) some settings don't seem to apply when opening the application. Below in my ~/.apvlvrc file: set continuous=no set content=no set zoom=fitwidth set guioptions=mT set...
When I open an EPUB file (such as [Byte of Python](https://github.com/swaroopch/byte-of-python/releases)) in apvlv v0.2.0 under Manjaro Linux, pressing the down/up arrow keys or `j` and `k` in normal mode results...
In browsers and other PDF viewers there's a feature that allows one to scroll a screenful of text hitting spacebar. I really miss it in apvlv as it requires one...
When I opened a pdf which had chapter numbers, the list was as follows: 10 11 12 13 1 2 3 4 5 6 7 8 9 The list was...
I just found apvlv while looking for a minimal viewer that allowed for color inversion. Not only does apvlv do that, but it's like vim! Now that I've found apvlv...
Mapping C-a to 0 doesn't work: map 0 Also, I'd like to make C-tab, but it doesn't work: map gt (and as well C-S-tab)