How to get list of all bookmarks in Zathura
How in Zathura get a list of all bookmarks? I take the blist
command from here, write it, and the wrong number of arguments is returned to me. Which argument to insert for get a list ?
Write blist
command + Tab , and you'll see all your bookmarks.
zathura now lists all bookmarks with :blist
command without any additional argument (tested on v0.4.7).
However, to jump to a bookmark, the command is :blist <bookmark>
, for this tab completion helps.