coursekit · docs

Keyboard shortcuts

Shortcuts that work across the editor.

Coursekit uses the standard rich-text shortcuts you already know. The few editor-specific shortcuts are listed below.

Editor-wide

ShortcutWhat it does
/Open the slash menu at the cursor

Rich-text formatting

These work whenever the cursor is inside text:

ShortcutWhat it does
⌘B / Ctrl+BBold
⌘I / Ctrl+IItalic
⌘U / Ctrl+UUnderline
⌘E / Ctrl+EInline code
⌘K / Ctrl+KAdd a link (when text is selected)
⌘Z / Ctrl+ZUndo
⌘Shift+Z / Ctrl+Shift+ZRedo

Inside a code block

ShortcutWhat it does
TabIndent two spaces
at end of code blockMove the cursor out of the code block

That’s it. No mouse-only gestures have a keyboard equivalent yet.