diff --git a/init.lua b/init.lua index 46bbb2b6..f246b733 100644 --- a/init.lua +++ b/init.lua @@ -679,9 +679,8 @@ require('lazy').setup({ -- Select the [p]revious item [''] = cmp.mapping.select_prev_item(), - -- scroll documentation window up + -- scroll the documentation window [b]ack / [f]orward [''] = cmp.mapping.scroll_docs(-4), - -- scroll documentation window down [''] = cmp.mapping.scroll_docs(4), -- Accept ([y]es) the completion.