Coc.nvim: scroll through show_documentation popup?

Created on 1 May 2020  路  5Comments  路  Source: neoclide/coc.nvim

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

Most helpful comment

C-w-w moves to the floating window.

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings