mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-15 03:15:01 -05:00
components/help: document that / allows to start writing a command
This commit is contained in:
parent
91208a6d47
commit
5004f6c89c
1 changed files with 8 additions and 1 deletions
|
@ -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…
Reference in a new issue