On 2013-03-24 19:15:02, [email protected] wrote: > Hi All, > > I'd like to map a "H" to "scroll left 20 times" (i.e. pressing "H" > should be the equivalent of pressing "20h" after the numeric count patch > has been applied). > > Do you know if this is possible? What syntax should I use to pass a > count. Doing > > map H scroll left 20
I don't know if it's possible to do that without feedkeys, but that should do the trick: map H feedkeys 20h Regards -- Sebastian Ramacher _______________________________________________ zathura mailing list [email protected] http://lists.pwmt.org/mailman/listinfo/zathura
