My ~/.dillo/keysrc for vi-like/less-like navigation, in case it helps anyone :D
space = screen-down
b = screen-up
<shift>space = screen-up
j = line-down
k = line-up
K = top
# no way to handle 'gg', but just 'g' works ;)
g = top
G = bottom
h = left
l = right
/ = find
H = back
L = forward
🍵 