add heading keyboard shortcuts

This commit is contained in:
Hans Pagel
2020-09-25 17:17:54 +02:00
parent f71e4df72e
commit 6a78cc602f
2 changed files with 11 additions and 3 deletions

View File

@@ -33,3 +33,4 @@ editor.chain().focus().bold().run()
| .deleteSelection() | Delete the selection, if there is one. |
| .focus() | Focus the editor at the given position. |
| .selectAll() | Select the whole document. |
| .scrollIntoView() | … |