rest-nvim / rest.nvim

A fast Neovim http client written in Lua
GNU General Public License v3.0
1.61k stars 142 forks source link

Keymap to jump between [Response | Headers | Cookies | Stats] #315

Closed simanga-dev closed 8 months ago

simanga-dev commented 8 months ago

What is the default keymap to jump between response , headers without using mouse

NTBBloodbath commented 8 months ago

Hi, the results window has a winbar (:h 'winbar') that in the upper right corner has a hint to use ? which opens a small floating window with all the existing keybinds for the results window. Note that ? must be used when focusing the results window as otherwise it won't work, this is made by design as I didn't want it to clash with the default Neovim's ? keybind to search in the buffer.

tl;dr