The keybinds field used for navigating the tabs for the results was under results.behavior.keybinds instead of results.keybinds. I checked the code here to figure out the correct setup, as results.behavior.keybinds was producing the following error:
[rest.nvim] WARN: Unrecognized configs found in setup: { "result.behavior.keybinds" }
The
keybinds
field used for navigating the tabs for the results was underresults.behavior.keybinds
instead ofresults.keybinds
. I checked the code here to figure out the correct setup, asresults.behavior.keybinds
was producing the following error: