From f18a9cc7995dec5b1d1580b69f1a95872b3f7584 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Wed, 17 Jan 2024 11:37:31 -0500 Subject: [PATCH] doc: add note about capitalization of map --- schema/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/plugin.json b/schema/plugin.json index 5db429b..b46ba41 100644 --- a/schema/plugin.json +++ b/schema/plugin.json @@ -330,7 +330,7 @@ }, "keys": { "title": "The key sequence to execute", - "description": "The 'right hand side' of the keybinding to be executed, e.g. `:noh`", + "description": "The 'right hand side' of the keybinding to be executed, e.g. `:noh`. non-character keys are written in camel case. e.g. or ", "type": "string" }, "context": {