Keyboard Shortcuts7 min read

Obsidian Keyboard Shortcuts: The Complete Guide for Mac

Move faster in Obsidian on Mac with essential shortcuts for notes, command palette, quick switcher, search, tabs, Markdown editing, links, and hotkey customization.

Illustration of a Mac notes workspace with glowing keyboard shortcut keys

Obsidian is a Markdown editor and knowledge-base app built around plain text files, links, plugins, and personal workflows. That flexibility is exactly why shortcuts matter: the less time you spend hunting through sidebars and menus, the more Obsidian feels like a fast thinking space.

Obsidian’s official Hotkeys guide separates customizable app commands from editing shortcuts supplied by macOS and Obsidian’s editor framework. The shortcuts below use Mac notation and focus on the default commands that are most useful in the desktop app.

Essential Obsidian shortcuts

Start with these if you want Obsidian to feel faster immediately.

ActionShortcut
Create a new note⌘ + N
Open the Command Palette⌘ + P
Open Quick Switcher⌘ + O
Search the entire vault⌘ + ⇧ + F
Open a new tab⌘ + T
Switch to the next tab⌃ + Tab
Switch to the previous tab⌃ + ⇧ + Tab
Bold selected text⌘ + B
Italicize selected text⌘ + I
Paste without formatting⌘ + ⇧ + V

Pro tip: learn ⌘ + P and ⌘ + O first. The Command Palette lets you run commands and discover assigned shortcuts, while Quick Switcher is the fastest way to jump between notes.

Command Palette and Quick Switcher

These two tools are Obsidian’s keyboard-first control center.

ActionShortcut
Open the Command Palette⌘ + P
Filter commandsType part of the command name
Move through command results /
Run the selected commandReturn
Open Quick Switcher⌘ + O
Search for a note by name or aliasType in Quick Switcher
Move through note results /
Open the selected noteReturn
Create a note when there is no exact matchReturn
Create a note with the exact typed name⇧ + Return
Open the selected note in a new tab⌘ + Return

Obsidian’s Command Palette supports fuzzy matching, so you can usually type fragments instead of full command names. Its official docs also note that recently used commands appear near the top, which makes repeated workflows easier to trigger from the keyboard.

Creating and linking notes

Obsidian is at its best when notes are quick to create and easy to connect.

ActionShortcut or trigger
Create a new note⌘ + N
Confirm a new note nameReturn
Rename the active noteF2
Confirm a renameReturn
Create an internal linkType [[
Link selected text to another noteSelect text, then type [[
Link to a heading in the current noteType [[#
Search headings across the vault while linkingType [[##
Preview a linked file while editingHold and hover the link
Open a link in a new tab⌘ + Click
Open a link in a new tab group⌘ + ⌥ + Click
Open a link in a new window⌘ + ⌥ + ⇧ + Click

If a link points to a note that does not exist yet, Obsidian can create the note from that link. That makes [[ one of the most important “shortcuts” in the app, even though it is typed text rather than a modifier-key command.

Search and vault navigation

Use these when your vault is large enough that scrolling the file tree is too slow.

ActionShortcut or workflow
Search the entire vault⌘ + ⇧ + F
Search selected text across the vaultSelect text, then press ⌘ + ⇧ + F
Reuse a recent vault searchOpen Search with an empty query
Search for an exact phraseWrap the phrase in quotes
Exclude a word from search resultsPrefix it with -
Search by filenameUse the file: operator
Search by pathUse the path: operator
Search by tagUse the tag: operator
Search task textUse the task: operator
Search property valuesUse [property:value] syntax

For research vaults, project notes, and meeting archives, ⌘ + ⇧ + F is usually faster than guessing where a file lives. Obsidian’s search syntax also supports operators, property queries, exact phrases, exclusions, and JavaScript-style regular expressions.

Tabs and window layout

Obsidian tabs work like browser tabs, but they can also be arranged into tab groups and linked views.

ActionShortcut
Open a new tab⌘ + T
Open a note from Quick Switcher in a new tab⌘ + Return
Switch to the next tab⌃ + Tab
Switch to the previous tab⌃ + ⇧ + Tab
Select the first tab⌘ + 1
Select tabs two through eight⌘ + 2 through ⌘ + 8
Select the last tab⌘ + 9
Reopen a recently closed tab⌘ + ⇧ + T
Open a link in a new tab⌘ + Click
Open a link in a new window⌘ + ⌥ + ⇧ + Click

Use numbered tab shortcuts when you keep a stable workspace: daily note first, project index second, current writing draft third, and reference notes after that.

Markdown editing shortcuts

These are the core writing shortcuts from Obsidian’s current editing-shortcuts reference for macOS.

ActionShortcut
Copy⌘ + C
Cut⌘ + X
Paste⌘ + V
Paste without formatting⌘ + ⇧ + V
Undo⌘ + Z
Redo⌘ + ⇧ + Z
Copy paragraph when no text is selected⌘ + C
Cut paragraph when no text is selected⌘ + X
Bold text⌘ + B
Italic text⌘ + I
Insert a new lineReturn
Delete the previous characterBackspace
Delete the next characterDelete
Delete the previous word⌥ + Backspace
Delete the next word⌥ + Delete
Delete to the beginning of the current line⌘ + Backspace
Delete to the end of the current line⌘ + Delete
Delete the current line with no text selected⌘ + ⇧ + K

Markdown triggers are often as useful as shortcuts. Type # for headings, - [ ] for tasks, **bold**, *italic*, ==highlight==, backticks for code, and --- for a horizontal rule.

Cursor movement and selection

These shortcuts keep your hands on the keyboard while editing long notes.

ActionShortcut
Move one character /
Move to the beginning of the previous word⌥ + ←
Move to the end of the next word⌥ + →
Move to the beginning of the current line⌘ + ←
Move to the end of the current line⌘ + →
Move to the beginning of the note⌘ + ↑
Move to the end of the note⌘ + ↓
Simplify selectionEscape
Select all⌘ + A
Extend selection one character⇧ + ← / ⇧ + →
Extend selection to the previous word⌥ + ⇧ + ←
Extend selection to the next word⌥ + ⇧ + →
Extend selection to the beginning of the line⌘ + ⇧ + ←
Extend selection to the end of the line⌘ + ⇧ + →
Extend selection to the beginning of the note⌘ + ⇧ + ↑
Extend selection to the end of the note⌘ + ⇧ + ↓

These are especially useful when you clean up meeting notes, restructure outlines, or write long-form Markdown where constant trackpad selection would break concentration.

Customizing and discovering Obsidian hotkeys

Obsidian is highly customizable, and many commands do not need to keep their defaults. The official hotkeys workflow is:

TaskWhere to go
See a command’s current shortcutOpen Command Palette and search for the command
Manage all hotkeysSettings → Hotkeys
Add a hotkeySelect the plus icon beside a command
Assign another shortcut to the same commandSelect the plus icon again
Remove a hotkeySelect the X beside the shortcut
Show only commands with assigned hotkeysUse the filter icon in Settings → Hotkeys
Customize pinned Command Palette commandsSettings → Command Palette

Obsidian also warns that hotkeys are displayed as they would appear on a US keyboard layout. If your physical keyboard layout differs, the displayed shortcut might not look identical, but the binding follows the actual keys you pressed unless you change keyboard layouts.

Show Obsidian shortcuts on screen

Recording a note-taking workflow, course, writing process, research session, or team knowledge-base demo? KeyScreen displays your keystrokes beautifully on screen so viewers can follow every ⌘ + P, Quick Switcher jump, Markdown edit, tab change, and search shortcut without guessing what you pressed.

You can also get KeyScreen on the Mac App Store if you want a clean keystroke overlay for tutorials, livestreams, recorded lessons, and support walkthroughs.

Discover more posts

Illustration of a Mac presentation workspace with floating keyboard shortcut keys
January 21, 20268 min read
Keyboard Shortcuts

Apple Keynote Keyboard Shortcuts: The Complete Guide for MacApple Keynote Keyboard Shortcuts: The Complete Guide for Mac

Master Apple Keynote on macOS with a complete keyboard shortcuts guide for creating slides, editing objects, formatting text, and presenting with confidence.

Simple no-tricks pricing
Pay once, use forever

You can download the app from the Mac App Store or directly from our website.

Download on the Mac App Store
Direct
Download

Prefer the terminal?