Complete Obsidian keyboard shortcuts. Note editing, links, Markdown formatting, and panel shortcuts.
Obsidian gives you two different launchers and they are not interchangeable. Ctrl + O is the quick switcher: type part of a note's name and jump to it. Ctrl + P is the command palette: every command in the app — core features and community plugins alike — is searchable there, and the palette shows the current hotkey next to each command, which makes it the best way to learn the shortcuts you do not know yet.
Writing in Obsidian is link-first. Ctrl + K wraps the selection in a Markdown link, and typing [[ opens wiki-link suggestions as you type. The payoff arrives later: Ctrl + Shift + B opens the backlinks pane to show every note that points at the current one, Ctrl + G draws the local graph around the note you are in, and Ctrl + Shift + G zooms out to the graph of the whole vault.
Ctrl + \ splits the workspace so a source note can sit beside the one you are writing, Ctrl + T and Ctrl + W open and close tabs, and Alt + Left / Alt + Right move through your navigation history exactly like a browser. Ctrl + E flips a note between editing and reading view. For structured writing, Tab and Shift + Tab indent and outdent list items, Ctrl + L toggles a checkbox — handy for task lists — and Ctrl + Shift + K, Ctrl + Shift + H, and Ctrl + Shift + S insert a code block, highlight, and strikethrough respectively.
All of them. Open Settings → Hotkeys and rebind any command, including plugin commands. The command palette on Ctrl + P always displays the current binding next to each command, so it stays accurate even after you customise.
Obsidian saves continuously as you type, so Ctrl + S exists mostly for muscle memory — and as a bindable hook that some plugins (linters and formatters, for example) use to trigger an action on demand.
Ctrl + G opens the graph centred on your current note and its connections — useful for seeing a topic's neighbourhood. Ctrl + Shift + G opens the vault-wide graph of every note and link, which is better for spotting orphaned notes and large clusters.
Press Ctrl + Shift + B to open the backlinks pane. It lists linked mentions (real [[links]]) and can also surface unlinked mentions — places where the note's name appears as plain text you may want to turn into a link.
Yes — use Cmd wherever this page says Ctrl, and Option for Alt: Cmd + O for the quick switcher, Cmd + P for the palette, Option + Left to go back.
Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"