⌥+⌃AltPlusCtrl

Notion vs Obsidian: Keyboard Shortcuts Compared

Notion and Obsidian represent two genuinely different philosophies of note-taking software, and their shortcuts reflect that divide clearly. Notion is block-based and database-aware, built around structured pages with rich embedded content; Obsidian is a local-first, plain-Markdown-file system built around the idea that links between notes matter more than any individual note's internal structure. Their shortcuts overlap on basic text formatting but diverge sharply once you get into navigation and linking, which is where each tool's core identity actually lives.

ActionNotionObsidianNote
Bold textCtrl+BCtrl+BIdentical.
Convert line to bulleted list- then Space- then SpaceSame typed trigger, different underlying data model (block vs. plain Markdown).
Create internal link@ mention or slash command[[ (double bracket)Obsidian's bidirectional linking is its core differentiator; Notion's linking is more incidental to its page/database model.
Visual link graphCtrl+GNo Notion equivalent exists at all.
Quick file/page searchCtrl+PCtrl+ODifferent default key, same fuzzy-search concept.
Nest block/line under anotherTabTab (in list context)Similar behavior, but Notion's nesting creates a true parent-child block relationship; Obsidian's is plain Markdown indentation.

Block creation vs. plain Markdown typing

Notion's Markdown-style shortcuts (typing a hyphen-space to start a bullet, a hash-space for a heading) create distinct, individually-manipulable blocks under the hood — each one is a separate object you can move, nest, and convert independently via the slash command or drag handle. Obsidian's nearly identical-looking typed Markdown (also using - and # for lists and headings) produces plain text formatted according to standard Markdown syntax in a single continuous file, with no equivalent block-object model. The typing experience looks almost the same; what happens underneath is fundamentally different.

Linking is where Obsidian's identity lives

Typing [[ in Obsidian triggers its core feature: an autocomplete list of every note in your vault, building a genuine bidirectional link the moment you select one — and Obsidian's Graph view (Ctrl+G) visualizes that entire link network. Notion supports linking to other pages too (typically via the slash command or @ mention), but it isn't built around a vault-wide link graph in the same foundational way, and Notion has no native equivalent to Obsidian's Graph view at all.

Navigation reflects local-file vs. cloud-database structure

Obsidian's Quick Switcher (Ctrl+O) searches note titles across your local vault near-instantly, since everything lives as plain files on disk. Notion's Quick Find (Ctrl+P) searches across a cloud-hosted workspace, which is generally fast but operates on a fundamentally different storage model — there's no local file system to traverse, since pages exist as database records in Notion's own backend rather than files you could browse outside the app.

Verdict

Choose based on what your notes are actually for. If you need rich structured content — embedded databases, kanban boards, tables, and content that non-technical collaborators can edit through a polished cloud interface — Notion's block-based shortcuts support that directly. If your priority is building a dense, interconnected personal knowledge base from plain-text files you fully own and can search/script outside the app, Obsidian's linking-first shortcut set, especially [[ and the Graph view, is built specifically for that use case in a way Notion fundamentally isn't.

FAQ

Can I get Obsidian-style backlinks in Notion?

Notion does show 'linked mentions' near the bottom of a page that links to it, which is conceptually similar to Obsidian's backlinks panel, but it's not as central to the navigation experience and there's no equivalent to Obsidian's full visual Graph view showing the entire link network across a workspace at once.

Does Obsidian support databases or tables the way Notion does?

Native Obsidian's table support is more limited — community plugins like Dataview can approximate database-like queries against your notes' metadata, but it requires significantly more manual setup than Notion's built-in, no-code database views (table, board, calendar, gallery) that come ready to use out of the box.

See full references: Notion shortcuts · Obsidian shortcuts