diff --git a/docs/major-mode.md b/docs/major-mode.md index 9d975ab..597e0a3 100644 --- a/docs/major-mode.md +++ b/docs/major-mode.md @@ -5,6 +5,10 @@ title: Major Mode Major mode offers dynamic menu and functions based on the active buffer. You can access key bindings specific to the current major mode by pressing ` m` or `,` if you want to save one keystroke. +:::note +If `,` isn't bound, you might need to update your settings. You can add the necessary keybindings to your `settings.json` by pressing `Ctrl+Shift+p` and running the command "VSpaceCode: Configure Default Settings". More information can be found in the [Installation](./) instructions. +::: + For example, you can press ` m x b` to make the text bold in a markdown buffer. To find the active language mode of your current buffer, you can look at the bottom right of the status bar.