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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.