@markmirror/commands Keyboard shortcuts and commands for the MarkMirror editor. Usage import { MarkMirror } from "@markmirror/core" import { commands } from "@markmirror/commands" const editor = new MarkMirror() editor.use(commands(true))