Update docs

This commit is contained in:
Jonatan Heyman 2025-08-23 15:24:23 +02:00
parent ecf11fdec5
commit 92e87dd0f4
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ Ctrl + Alt + ] Unfold block(s)
Ctrl + Alt + . Toggle block fold
```
You can see all the default key bindings in Heynote's settings under Key Bindings.
You can see all the key bindings in the command palette and in Settings under Key Bindings.

View File

@ -31,7 +31,7 @@ ${keyHelpStr('darwin', true)}
${keyHelpStr('win32', true)}
\`\`\`
You can see all the default key bindings in Heynote's settings under Key Bindings.
You can see all the key bindings in the command palette and in Settings under Key Bindings.
$2`
const docsPath = path.resolve(__dirname, 'docs', 'index.md')
let docs = fs.readFileSync(docsPath, 'utf-8')