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 navigate_index down
> map [index] l navigate_index up
> 
> work as expected.
> 
> However, i have not found the option that allows me expand
> and contract entries in the index. I have tried every
> option possible for the navigate_index and none of them
> work. What is the correct function-option pair for
> contracting and expanding entries in the index?

expand and collapse should work: map [index] j navigate_index collapse
and so on.

(Haven't actually tried it, just guessing the values from the source)

Regards
-- 
Sebastian Ramacher
_______________________________________________
zathura mailing list
zathura@lists.pwmt.org
http://lists.pwmt.org/mailman/listinfo/zathura

Reply via email to