NoteCove NoteCove

Keyboard Shortcuts

General

ActionmacOSWindows/Linux
New noteCmd+NCtrl+N
New taskCmd+Shift+TCtrl+Shift+T
New windowCmd+Shift+WCtrl+Shift+W
Close windowCmd+WCtrl+W
SettingsCmd+,Ctrl+,
QuitCmd+QCtrl+Q

Text formatting

ActionmacOSWindows/Linux
BoldCmd+BCtrl+B
ItalicCmd+ICtrl+I
UnderlineCmd+UCtrl+U
StrikethroughCmd+Shift+XCtrl+Shift+X
CodeCmd+ECtrl+E
Code blockCmd+Shift+CCtrl+Shift+C

Block manipulation

ActionmacOSWindows/Linux
Move block upAlt+UpAlt+Up
Move block downAlt+DownAlt+Down

Headings

ActionmacOSWindows/Linux
Heading 1Cmd+Alt+1Ctrl+Alt+1
Heading 2Cmd+Alt+2Ctrl+Alt+2
Heading 3Cmd+Alt+3Ctrl+Alt+3
ParagraphCmd+Alt+0Ctrl+Alt+0
Toggle collapseCmd+.Ctrl+.
Collapse/expand allCmd+Shift+.Ctrl+Shift+.

Lists

ActionmacOSWindows/Linux
Bullet listCmd+Shift+8Ctrl+Shift+8
Numbered listCmd+Shift+7Ctrl+Shift+7
Task listCmd+Shift+9Ctrl+Shift+9
IndentTabTab
OutdentShift+TabShift+Tab

Text manipulation

ActionmacOSWindows/Linux
UndoCmd+ZCtrl+Z
RedoCmd+Shift+ZCtrl+Shift+Z
CutCmd+XCtrl+X
CopyCmd+CCtrl+C
PasteCmd+VCtrl+V
Select allCmd+ACtrl+A
ActionmacOSWindows/Linux
Find in noteCmd+FCtrl+F
Find noteCmd+Shift+FCtrl+Shift+F
Advanced SearchCmd+Alt+FCtrl+Alt+F
Find nextEnterEnter
Find previousShift+EnterShift+Enter

View

ActionmacOSWindows/Linux
Toggle dark modeCmd+Shift+DCtrl+Shift+D
Toggle folder panelCmd+Shift+1Ctrl+Shift+1
Toggle notes listCmd+Shift+0Ctrl+Shift+0
Toggle outlineCmd+Shift+OCtrl+Shift+O
View historyCmd+Alt+HCtrl+Alt+H
Reference LibraryCmd+Shift+RCtrl+Shift+R
PresentCmd+Shift+PCtrl+Shift+P
Zoom inCmd++Ctrl++
Zoom outCmd+-Ctrl+-
Reset zoomCmd+0Ctrl+0
Full screenCmd+Ctrl+FF11
Developer toolsCmd+Alt+ICtrl+Shift+I

Import and print

ActionmacOSWindows/Linux
Import MarkdownCmd+Shift+ICtrl+Shift+M
Export selected notesCmd+Shift+ECtrl+Shift+E
PrintCmd+PCtrl+P
ActionmacOSWindows/Linux
Add commentCmd+Alt+MCtrl+Alt+M
Insert linkCmd+KCtrl+K

Window management

ActionmacOSWindows/Linux
Next project windowCmd+`Ctrl+`
Previous project windowCmd+Shift+`Ctrl+Shift+`

Markdown shortcuts

Type these at the start of a line:

TypeResult
# Heading 1
## Heading 2
### Heading 3
* or - Bullet list
1. Numbered list
[] Task list
> Blockquote
```Code block

Inline shortcuts:

TypeResult
**text**Bold
*text*Italic
`text`Code
~~text~~Strikethrough

Tables

ActionShortcut
Next cellTab
Previous cellShift+Tab
New row (from last cell)Enter