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.
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 theq
and?
binding.