How can I jump to the floating window

I ever tried use <C-w> p or other methods, but I still can’t jump to the floating window

use mouse can do it well , but it will bring another question, so I’ve disabled mouse on my neovim config

图片

1 Like

Not sure if you’re using nvim-lsp/lspconfig but if you are and have a keybind for showing that hover window, usually pressing the same keybind again (aka pressing twice) will let you jump into the window.

If that doesn’t work then try <C-w><C-w> to let vim try to jump into the floating window, this may or may not work but is worth a shot.

2 Likes

Thank you! It really worked for me.

1 Like