mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 15:58:40 +01:00
components/help: document that / allows to start writing a command
This commit is contained in:
parent
91208a6d47
commit
5004f6c89c
@ -26,7 +26,14 @@ function KeyBindingsHelp() {
|
||||
`;
|
||||
});
|
||||
|
||||
return html`<dl>${l}</dl>`;
|
||||
return html`
|
||||
<dl>
|
||||
<dt><kbd>/</kbd></dt>
|
||||
<dd>Start writing a command</dd>
|
||||
|
||||
${l}
|
||||
</dl>
|
||||
`;
|
||||
}
|
||||
|
||||
function CommandsHelp() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user