diff --git a/docs/index.md b/docs/index.md index a11982e..c99a8e8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. diff --git a/vite.config.mjs b/vite.config.mjs index cf8a630..1528a94 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -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')