Hi Bijan On 2016-01-11 23:29:33, Bijan Binaee wrote: > Hi > It is nice to have a very lightweight pdf reader like zathura and I love it > in many way. > Recently I want to set zoom level to something like 200 or 250 (an exact > value) and so I did it with typing 200zz in command mode (like goto style > in vim) and it works out of the box. > > Now I want to bind a shortcut key to do that so i tried > :map f 200zz
:map f feedkeys "200zz" should work. I tried with :map f zoom specific 200, but for some reason that does not work. I'll need to look at the code for that. Cheers -- Sebastian Ramacher _______________________________________________ zathura mailing list [email protected] https://lists.pwmt.org/mailman/listinfo/zathura
