What’s Covered in This Obsidian Cheat Sheet (August 2026)

Obsidian splits keys into two layers. Hotkeys (command palette, quick switcher, graph, toggle reading view) are customizable. Editing shortcuts (copy, move by word, paste without formatting) come from the OS and cannot be changed in Settings → Hotkeys. This page lists both, with Windows/Linux and macOS tabs. Plugins can add more commands—search them from the palette even when they have no default combo.

Core navigation (default hotkeys)

Command palette
CtrlP
Quick switcher (open a note)
CtrlO
New note
CtrlN
Save current file
CtrlS
Open settings
Ctrl,
Close current tab
CtrlW
Reopen last closed tab
CtrlShiftT
Toggle reading / editing view
CtrlE
Open graph view
CtrlG
Search in all files
CtrlShiftF
Find in current file
CtrlF
Find and replace
CtrlH
Follow link under cursor
AltEnter
Open link in new tab
CtrlClick
Navigate back
CtrlAlt
Navigate forward
CtrlAlt
Next tab
CtrlTab
Previous tab
CtrlShiftTab
Jump to tab 1–8
Ctrl1
Open help
F1

Editing & markdown

Bold
CtrlB
Italic
CtrlI
Insert markdown link
CtrlK
Toggle checklist on the current line
CtrlEnter
Delete current paragraph / line
CtrlD
Delete current line (no selection)
CtrlShiftK
Indent
Ctrl]
Unindent
Ctrl[
Indent list item
Tab
Unindent list item
ShiftTab
Move line up
AltUp
Move line down
AltDown

Text editing (OS / editor framework)

Copy
CtrlC
Cut
CtrlX
Paste
CtrlV
Paste without formatting
CtrlShiftV
Undo
CtrlZ
Redo
CtrlShiftZ
Select all
CtrlA
Copy paragraph (no selection)
CtrlC
Delete previous word
CtrlBackspace
Delete next word
CtrlDelete
Move by word left
Ctrl
Move by word right
Ctrl
Go to start of note
CtrlHome
Go to end of note
CtrlEnd

Markdown typing shortcuts

Heading 1
#Space
Heading 2
##Space
Heading 3
###Space
Bullet list
-Space
Numbered list
1.Space
Checklist
[ ]Space
Blockquote
>Space
Code block
```
Inline code
`
Wiki link
[[
Embed / transclude
![[
Tag
#tag

Customize hotkeys

Open Settings → Hotkeys
Ctrl,
Then search any command and press a new combo
Enter
See a command’s current hotkey
CtrlP

Core navigation (default hotkeys)

Command palette
P
Quick switcher (open a note)
O
New note
N
Save current file
S
Open settings
,
Close current tab
W
Reopen last closed tab
T
Toggle reading / editing view
E
Open graph view
G
Search in all files
F
Find in current file
F
Find and replace
H
Follow link under cursor
Return
Open link in new tab
Click
Navigate back
Navigate forward
Next tab
CtrlTab
Previous tab
CtrlTab
Jump to tab 1–8
1
Open help
F1

Editing & markdown

Bold
B
Italic
I
Insert markdown link
K
Toggle checklist on the current line
Return
Delete current paragraph / line
D
Delete current line (no selection)
K
Indent
]
Unindent
[
Indent list item
Tab
Unindent list item
Tab
Move line up
Up
Move line down
Down

Text editing (OS / editor framework)

Copy
C
Cut
X
Paste
V
Paste without formatting
V
Undo
Z
Redo
Z
Select all
A
Copy paragraph (no selection)
C
Delete previous word
Backspace
Delete next word
Delete
Delete to start of line
Backspace
Move by word left
Move by word right
Go to start of note
Go to end of note

Markdown typing shortcuts

Heading 1
#Space
Heading 2
##Space
Heading 3
###Space
Bullet list
-Space
Numbered list
1.Space
Checklist
[ ]Space
Blockquote
>Space
Code block
```
Inline code
`
Wiki link
[[
Embed / transclude
![[
Tag
#tag

Customize hotkeys

Open Settings → Hotkeys
,
Then search any command and press a new combo
Return
See a command’s current hotkey
P

Also see: NotionVS CodeLinearRaycastOBS Studio

Obsidian Shortcuts — Frequently Asked Questions

What is the Obsidian command palette shortcut?

Press Ctrl+P on Windows/Linux or Cmd+P on macOS. Type a command name (fuzzy match works) and press Enter. Recently used commands appear at the top. If a hotkey is assigned, it shows next to the command.

How do I change Obsidian hotkeys?

Open Settings with Ctrl/Cmd+comma, then go to Hotkeys. Search the command, click plus, and press the combination you want. You can assign more than one combo per command. Copy, paste, and arrow-key editing shortcuts come from the OS and cannot be remapped inside Obsidian.

What is the difference between Ctrl+P and Ctrl+O in Obsidian?

Ctrl/Cmd+P opens the command palette (run any command). Ctrl/Cmd+O opens Quick Switcher to jump to a note by name. They are the two shortcuts most people learn first.

Can I use the same shortcuts as Notion?

Some overlap (bold, italic, find), but Obsidian’s power keys are different: command palette, wiki links [[ ]], graph view, and global search. See our Notion shortcuts page if you switch between both apps.

Why doesn’t a hotkey work?

Another app or OS shortcut may own the combo, or the command has no default binding. Open Command palette and check whether a hotkey is listed. Non-US layouts still fire based on the physical keys you pressed when you set the hotkey.