How to scroll the "info" popup window (documentation window)?

30 views
Skip to first unread message

Girish

unread,
Dec 6, 2024, 12:43:31 PM12/6/24
to vim_use
In insert mode completion, when an item is selected in the menu it may open an additional window to show documentation for the symbol (in LSP for example). How to scroll this window without mouse?

Girish

unread,
Dec 6, 2024, 1:12:28 PM12/6/24
to vim_use
I can get it to scroll now by obtaining window-id of popup (popup_findinfo()) and scrolling using win_execute(). Maybe there is an easier way.

Enno

unread,
Dec 9, 2024, 8:42:08 AM12/9/24
to vim_use
I don't know of a particularly easy way, but here for the LSP plug-in I worked a similar restriction by some mappings.
Reply all
Reply to author
Forward
0 new messages