Keyboard shortcut catalog
Use ⌘ on macOS and Ctrl on Windows/Linux. Custom shortcuts can be changed under Settings → Shortcuts.
Pages (Wiki)
New page
⌘+⇧+NCreates an empty page in the current project's Wiki and opens it in edit mode.
Save page
⌘+SExplicitly saves the current Wiki page, memo, or daily note. Autosave normally handles this, so it is a backstop.
Quick add task
⌘+⇧+TCreates a task instantly from a Spotlight-style modal, anywhere. Understands natural language ("meeting tomorrow at 3").
Calendar
Switch day / week / month view
DD / W / M, or the number keys 1 / 2 / 3.
Go to today
TJumps to the current date.
Previous / next
←+→Moves by the current view's unit (day, week, or month).
Refresh
RRe-fetches the tasks in the visible range.
Project board
Switch view — kanban / list / timeline / calendar / Eisenhower
1Switch instantly between the five project board views with the number keys.
Editor
Bold
⌘+BBolds the selected text.
Italic
⌘+IItalicizes the selected text.
Inline code
⌘+EWraps the selected text in a monospace code mark.
Undo / redo
⌘+ZUndo and redo within the editor's history.
Link (editor only)
⌘+KInside the editor, ⌘K opens the link input popover — it branches by context from the ⌘K that opens the command palette elsewhere.
Strikethrough
⌘+⇧+XStrikes through the selection.
List / numbered list / checklist
⌘+⇧+8Turns the current line into a list block.
Quote
⌘+⇧+BTurns the current paragraph into a quote block.
Multi-cursor — next matching text
⌘+DVS Code style. Selects each occurrence of the same word so you can edit them together.
Multi-cursor — click to add
⌥+ClickAlt (option) + click to drop an extra cursor anywhere.
Notification hub (preview)
Next / previous item
JMoves between items in the list.
Open preview
EnterPreviews the selected item in the side panel.
Open the original page
OGoes to the source route instead of the preview.
Custom shortcuts
- Conflict detection — you get an immediate warning if another command already uses the combination
- Capture mode — click the input field and press the keys you want
- Reset to default — per command or all at once
- Desktop global shortcuts only appear in the desktop app
Settings → Shortcuts lets you change the key combination for any command. Search in the explorer below, or use "Find by keypress" to press a real combination and see which command owns it.
Explore
- Open command paletteCtrl+K
- Quick searchCtrl+P
- Next tabCtrl+Alt+→
- Previous tabCtrl+Alt+←
- Close current tabCtrl+Alt+W
Page
- New pageCtrl+Shift+N
- Save pageCtrl+S
- Quick add taskCtrl+Shift+T
Editor
- BoldCtrl+B
- ItalicCtrl+I
- Inline codeCtrl+E
- UndoCtrl+Z
- RedoCtrl+Shift+Z
System
- Open settingsCtrl+,
- Toggle focus modeCtrl+\
Tip — how custom bindings behave
- While a Korean IME is composing, letter combinations like ⌘B can be swallowed by the IME, so a secondary binding such as mod+\ is safer
- Shortcuts still work with Caps Lock on
- Tabple does not intercept browser shortcuts (⌘W, ⌘T, and so on) — closing a tab always works