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

<S-h> and <S-l> keybindings interfere with globally set keybinds #320

Closed 8uff3r closed 7 months ago

8uff3r commented 8 months ago

I currently use these to jump between Bufferline tabs (it's actually a default keybinding of LazyVim), and when I open a rest.nvim buffer I can no longer use these keybinings to jump between bufferline tabs even after closing rest.nvim response buffer.

I think it can be solved by adding buffer = args.buf to this and this line of the source code to make these bindings buffer local too, just like the q and ? binding.

NTBBloodbath commented 7 months ago

Fixed by #351