From 98d5d0583c461752a8e917d0ec6b98466083dd23 Mon Sep 17 00:00:00 2001 From: hrsh7th <629908+hrsh7th@users.noreply.github.com> Date: Thu, 27 Apr 2023 00:35:43 +0900 Subject: [PATCH] Add note for cmdline mapping limitation --- doc/cmp.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/cmp.txt b/doc/cmp.txt index 3820df3..5d1beed 100644 --- a/doc/cmp.txt +++ b/doc/cmp.txt @@ -932,6 +932,7 @@ nvim-cmp does not work as expected.~ There are some known issues. Please check the following. - nvim-cmp does not work with `set paste` option. + - Command line mode key mapping is unified regardless of `:`, `/`, `?`. Therefore, it is impossible to apply the mapping only to `:`. How to customize the menu appearance?~