Obsidian Keyboard Shortcuts: The Complete “Second Brain” Cheat Sheet

Obsidian is a powerful, locally-hosted knowledge management tool built entirely on Markdown. To truly enter a “flow state” while building your personal knowledge base or Zettelkasten, you need to rely on the keyboard. Navigating between linked notes, opening the graph view, and structuring your thoughts should happen instantly.

This cheat sheet provides the most critical Obsidian hotkeys, categorized to help you manage your workspace, format text, and connect your ideas without lifting your hands from the keyboard.

1. Core Navigation & Interface

These are the foundational shortcuts for moving around your vault and accessing Obsidian’s most powerful tool: the Command Palette.

ActionWindows / LinuxmacOS
Open Command PaletteCtrl + PCmd + P
Quick Switcher (Open File)Ctrl + OCmd + O
Global SearchCtrl + Shift + FCmd + Shift + F
Open Graph ViewCtrl + GCmd + G
Toggle Left Sidebar*Ctrl + * (Customizable)*Cmd + * (Customizable)
Toggle Right SidebarNo DefaultNo Default
Navigate Back / ForwardCtrl + Alt + Left / RightCmd + Opt + Left / Right

2. Note Management & Tabs

Obsidian’s tabbed interface allows you to manage multiple documents simultaneously. Use these shortcuts to split your workspace for parallel reading and writing.

ActionWindows / LinuxmacOS
Create New NoteCtrl + NCmd + N
Open in New TabCtrl + ClickCmd + Click
Close Current TabCtrl + WCmd + W
Restore Closed TabCtrl + Shift + TCmd + Shift + T
Go to Next / Previous TabCtrl + Tab / Ctrl + Shift + TabControl + Tab / Control + Shift + Tab
Split View VerticallyNo Default (Recommend binding to Ctrl+V)No Default (Recommend binding to Cmd+V)
Split View HorizontallyNo Default (Recommend binding to Ctrl+H)No Default (Recommend binding to Cmd+H)

3. Markdown & Formatting

Obsidian renders Markdown in real-time. These shortcuts allow you to format text and, most importantly, create the bidirectional links that make Obsidian unique.

ActionShortcut / TriggerDescription
Internal Link (Wikilink)[[Opens autocomplete for linking to other notes.
Embed File / Image![[Embeds the content of a note or image directly.
Tag#Creates a clickable tag (e.g., #research).
Bold TextCtrl + B / Cmd + BWraps text in **
Italic TextCtrl + I / Cmd + IWraps text in *
Toggle HighlightNo DefaultWraps text in ==
Insert Checkbox (Task)Ctrl + L / Cmd + LCreates a – [ ] task list item.

4. Editing & Structure

Manipulate text blocks quickly to reorganize your notes and outlines.

ActionWindows / LinuxmacOS
Move Line Up / DownAlt + Up / DownOpt + Up / Down
Delete Current LineCtrl + DCmd + D
Toggle Reading / Source ViewCtrl + ECmd + E
Fold / Unfold Heading or ListCtrl + Up / Down ArrowCmd + Up / Down Arrow
Fold AllCtrl + Shift + Up ArrowCmd + Shift + Up Arrow
Unfold AllCtrl + Shift + Down ArrowCmd + Shift + Down Arrow

💡 Professional Tip: The “Settings > Hotkeys” Power Move

Obsidian leaves several highly useful commands without default hotkeys to avoid conflicting with your OS. The first thing any power user should do is press Ctrl + , (or Cmd + ,) to open Settings, navigate to Hotkeys, and manually assign keys for:

  1. Split Right / Split Down: Essential for viewing a source note while writing in another.
  2. Toggle Pinned: Prevents a tab from being accidentally closed or overwritten by a new link.
  3. Move file to another folder: Greatly speeds up inbox sorting and Zettelkasten organization.