Re: [zathura] Re-mapping index navigation

2013-09-01 Thread Sebastian Ramacher
On 2013-09-01 18:07:20, Keegan Carmichael wrote: > Thanks Sebastian. Collapse and Expand were the correct > options. > > I was using man zathurarc as a resource which did not list > those options. Thanks. I've added those to the manpage. Regards -- Sebastian Ramacher _

[zathura] Re-mapping index navigation

2013-09-01 Thread Keegan Carmichael
Thanks Sebastian. Collapse and Expand were the correct options. I was using man zathurarc as a resource which did not list those options. Thanks again!! ___ zathura mailing list zathura@lists.pwmt.org http://lists.pwmt.org/mailman/listinfo/zathura

Re: [zathura] Re-mapping index navigation

2013-08-31 Thread Sebastian Ramacher
On 2013-08-29 10:40:28, Keegan Carmichael wrote: > By default h,j,k,l move out,down,up,in, respectively, inside > the index. I'm trying to map these one step over to > j,k,l,;. > > I have found the function navigate_index with the option > up and down to work properly. So > > map [index] k navig

[zathura] Re-mapping index navigation

2013-08-29 Thread Keegan Carmichael
By default h,j,k,l move out,down,up,in, respectively, inside the index. I'm trying to map these one step over to j,k,l,;. I have found the function navigate_index with the option up and down to work properly. So map [index] k navigate_index down map [index] l navigate_index up work as expected.