Hi, this is what's happening:
- I go over a "symbol"
- I press
<leader>gr
to open the reference/context window.
- Press
<C-v>
to open the preview window in a split
- I go over another "symbol"
- The
<leader>gr
is no longer working in the new buffer
I'm using which-key
, and it shows the options for the first buffer when I press <leader>
in the first window, but they don't appear in the second window.
I used "window" and "buffer" interchangeably