From 0888c024dbfd5ec834f196ee40d83d9c8284c2c4 Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Wed, 15 Sep 2021 01:29:59 +0300 Subject: [PATCH] docs(vertico): fix added keybindings table C-n and C-p aren't added by doom, so they shouldn't be listed there. --- modules/completion/vertico/README.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/completion/vertico/README.org b/modules/completion/vertico/README.org index ff2c4e3fc..31fa9f611 100644 --- a/modules/completion/vertico/README.org +++ b/modules/completion/vertico/README.org @@ -81,8 +81,6 @@ keybindings are available: | Keybind | Description | |-----------------------+----------------------------------------------------| -| =C-p= | Go to previous candidate | -| =C-n= | Go to next candidate | | =C-k= | (evil) Go to previous candidate | | =C-j= | (evil) Go to next candidate | | =C-M-k= | (evil) Go to previous group |