From 5004f6c89c107844e521e036a5fd726d2eeb61ff Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 2 Jun 2021 22:53:28 +0200 Subject: [PATCH] components/help: document that / allows to start writing a command --- components/help.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/components/help.js b/components/help.js index 7ccf822..7563470 100644 --- a/components/help.js +++ b/components/help.js @@ -26,7 +26,14 @@ function KeyBindingsHelp() { `; }); - return html`
${l}
`; + return html` +
+
/
+
Start writing a command
+ + ${l} +
+ `; } function CommandsHelp() {