I have a mapping to show documentation:
nnoremap <silent> K :call <SID>show_documentation()<CR>
This works great. When the help appears sometimes there is more information than can be displayed in the popup window. Is there a way of moving focus to the popup windows (using the keyboard) and scrolling through the help information to read it all?
Thanks
C-w-w moves to the floating window.
Thanks for replying.
C-w-w doesn't work. Even just clicking inside the floating windows or using the mouse wheel to scroll doesn't do anything. It almost looks like the floating window can't take focus. However, I can select text in it - but then text in the underlying window is selected to and I can't copy the text.
I'm using gvim 8.x on Windows. I've tried vim in the command line too.
Anything I could try?
Thanks
Praful
Not implemented yet
In which case, can you keep the issue open please as a feature request?
Thanks
Praful
Duplicate of #1160
Most helpful comment
C-w-wmoves to the floating window.