Skip to content

Hotkey Reference

Pensum ships without any pre-bound keyboard shortcuts. Obsidian asks plugins not to claim hotkeys at install time so they never collide with your existing bindings — you assign whatever you want, when you want, under Settings → Hotkeys → search “Pensum”.

The combos below are suggestions: combinations the Pensum team uses, audited against Obsidian core and the most-used community plugins (Tasks, Templater, Dataview, QuickAdd, Calendar, Excalidraw, Advanced Tables) so they’re unlikely to collide. Adopt them as-is, change them, or skip them — the command palette (Cmd+P / Ctrl+P → “Pensum”) gives you the entire plugin without binding anything.

ActionSuggested macOSSuggested Windows / LinuxCommand
Open Quick AddCmd+Shift+ACtrl+Shift+Apensum:quick-add
Capture from selectionCmd+Shift+TCtrl+Shift+Tpensum:capture-from-selection
Capture wiki stubCmd+Shift+WCtrl+Shift+Wpensum:capture-stub
Start/stop meeting recordingCmd+Shift+RCtrl+Shift+Rpensum:start-recording
Toggle complete on cursor taskCmd+Shift+XCtrl+Shift+Xpensum:quick-complete
Add cursor task to TodayCmd+Shift+YCtrl+Shift+Ypensum:add-cursor-task-to-today
Defer cursor task by 1 daypensum:defer-cursor-task
Toggle cursor task waitingpensum:mark-cursor-task-waiting
ActionSuggested macOSSuggested Windows / LinuxCommand
Open TodayCmd+Shift+DCtrl+Shift+Dpensum:open-today

The remaining view commands have no suggested binding — there are too many to fit in a useful hotkey budget. Bind whichever you reach for daily:

CommandWhat it does
pensum:open-homeOpen the Pensum Home dashboard
pensum:open-inboxOpen the Inbox view
pensum:open-waitingOpen the Waiting view (status [w] tasks)
pensum:open-weekOpen the Forecast view
pensum:open-projectsOpen the By Project view
pensum:open-searchOpen the Search view
pensum:open-calendarOpen the Calendar view
pensum:open-filtersOpen the Filters view
pensum:open-activityOpen the Activity view
pensum:open-curateOpen the Curate Inbox view
pensum:open-agent-capturesOpen the Agent Captures review queue
pensum:open-project-pageOpen the Project Page sidebar panel
pensum:open-meeting-pageOpen the Meeting Page sidebar panel
pensum:open-weekly-reviewStart the Weekly Review
CommandWhat it does
pensum:new-projectOpen the New Project modal
pensum:rescan-vaultForce a full vault rescan (also runs cleanup)
pensum:export-tasks-icsExport tasks to Pensum/Exports/tasks.ics for calendar subscription
pensum:mcp-configPrint the MCP server config snippet for your client
Template commands (pensum:template-<name>)Auto-registered for each template in .pensum/templates/

Pensum’s list views (Today, Inbox, Forecast, By Project, Search, Filters, Waiting, Weekly Review) come with vim-style navigation that doesn’t require any Obsidian hotkey binding — it activates automatically when you click into a view. Press ? while focused on any list view to see the active key map.

KeyAction
j / Next row
k / Previous row
g gTop of list
Shift+GBottom of list
EnterOpen the row in the task editor
x / SpaceComplete the row (or selection)
eEdit
tToggle “Add to Today”
dDefer / hide until
rReschedule due date
Shift+DelDelete (with confirm)
vToggle row in multi-select
Shift+J / Shift+KExtend multi-select down/up
*Select all visible rows
EscClear multi-select / blur input back to list
/Focus the view’s filter input (where present)
?Show contextual help

A few notes on the specific combos suggested above:

  • Cmd+Shift+W for Capture Stub (instead of Cmd+Shift+S) avoids the Windows “Save As” conflict.
  • Cmd+Shift+T for Capture from selection overlaps with Obsidian’s “Reopen closed tab” — if you’d rather keep tab-reopen, bind Pensum’s capture to something else (e.g. Cmd+Shift+I).
  • Cmd+Shift+D for Today is clean against Obsidian core; some plugins use it for “duplicate” — check your plugin list before adopting it.

If a hotkey isn’t firing after you bind it, Settings → Hotkeys highlights the conflict — another plugin or Obsidian itself has claimed it.

  1. Open Settings → Hotkeys
  2. Search for “Pensum” (or the specific command name)
  3. Click the + next to a command and press the combination you want
  4. To reassign later, click the existing hotkey to remove it, then click + again

Changes take effect immediately — no restart needed.

  • Use Cmd on macOS and Ctrl on Windows / Linux. Obsidian normalizes these in the binding UI.
  • Avoid Cmd+number — reserved for tab switching.
  • Avoid single-modifier combinations (Cmd+L) — they collide with editor operations.
  • Three-key combos (e.g. Cmd+Shift+letter) are the safest for plugins.

Every Pensum action is in the command palette (Cmd+P / Ctrl+P → “Pensum”), and every list view supports vim-style navigation that doesn’t need any global binding. You can drive the entire plugin without claiming a single Obsidian hotkey.