From 9d551d14ff0a0047b5da88fef12190233b63c930 Mon Sep 17 00:00:00 2001 From: Rafael Zasas Date: Wed, 13 Mar 2024 08:40:58 +0200 Subject: [PATCH] Change cmp scroll_docs comment to [b]ack and [f]orward --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.