Key Bindings
Key | Action |
---|---|
q, ctrl+c, esc | exit program |
pgdown, space, f | page down |
pgup, b | page up |
u, ctrl+u | half page up |
d, ctrl+d | half page down |
g / G | goto top/bottom |
↑ / ↓, k / j | up/down |
→, l, enter | expand |
←, h, backspace | collapse |
L, shift+→ | expand recursively |
H, shift+← | collapse recursively |
e / E | expand/collapse all |
J, shift+↓ | next sibling |
K, shift+↑ | previous sibling |
z | toggle strings wrap |
y | yank/copy |
/ | search with regexp |
n / N | next/prev search result |
. | dig json |