which gives an overview of that level with the names clearly shown.
To do that currently I have to go under those three {...} and hit l.
I could use L, but if the three is very deep and wide, I lose the ability to see the nice overview of name that I want, which will allow me to decide where to go deeper in my exploration next.
I likely can achieve that with queries, but it would be nice to do it just in interactive mode.
test.json
When I do:
first I see:
Now I move the cursor under
items
, clickl
and I see:What I want if, from this state, to have a way to press a single key and see:
which gives an overview of that level with the names clearly shown.
To do that currently I have to go under those three
{...}
and hitl
.I could use
L
, but if the three is very deep and wide, I lose the ability to see the nice overview ofname
that I want, which will allow me to decide where to go deeper in my exploration next.I likely can achieve that with queries, but it would be nice to do it just in interactive mode.