NoteCove is currently in beta — expect rough edges.
NoteCove NoteCove Beta

Keyboard Shortcuts

Master NoteCove with these keyboard shortcuts.

General

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

Editing

Text Formatting

ActionmacOSWindows/Linux
BoldCmd+BCtrl+B
ItalicCmd+ICtrl+I
UnderlineCmd+UCtrl+U
StrikethroughCmd+Shift+XCtrl+Shift+X
CodeCmd+ECtrl+E
Clear formattingCmd+\Ctrl+\

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

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

Text Manipulation

ActionmacOSWindows/Linux
UndoCmd+ZCtrl+Z
RedoCmd+Shift+Z / Cmd+YCtrl+Shift+Z / Ctrl+Y
CutCmd+XCtrl+X
CopyCmd+CCtrl+C
PasteCmd+VCtrl+V
Select allCmd+ACtrl+A
ActionmacOSWindows/Linux
Global searchCmd+FCtrl+F
Find in noteCmd+Shift+FCtrl+Shift+F
Find nextCmd+GCtrl+G
Find previousCmd+Shift+GCtrl+Shift+G

View

ActionmacOSWindows/Linux
Toggle dark modeCmd+Shift+DCtrl+Shift+D
Toggle folder panelCmd+Shift+1Ctrl+Shift+1
Toggle tags panelCmd+Shift+2Ctrl+Shift+2
Toggle notes listCmd+Shift+0Ctrl+Shift+0
Zoom inCmd++Ctrl++
Zoom outCmd+-Ctrl+-
Reset zoomCmd+0Ctrl+0
Toggle full screenCmd+Ctrl+FF11
Toggle dev toolsCmd+Alt+ICtrl+Shift+I

Import & Export

ActionmacOSWindows/Linux
Import markdownCmd+Shift+ICtrl+Shift+I
Export selected notesCmd+Shift+ECtrl+Shift+E

Print

ActionmacOSWindows/Linux
Print noteCmd+PCtrl+P

Organization

ActionmacOSWindows/Linux
RenameF2F2
DeleteDeleteDelete

Window Management

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

Tips

Markdown Shortcuts

NoteCove supports markdown-style shortcuts while typing:

  • Type # + Space for Heading 1
  • Type ## + Space for Heading 2
  • Type * + Space for bullet list
  • Type 1. + Space for numbered list
  • Type [] + Space for task list
  • Type ` for inline code
  • Type **text** for bold
  • Type *text* for italic

Multi-Cursor Editing

  • Cmd+D / Ctrl+D: Select next occurrence
  • Cmd+Shift+L / Ctrl+Shift+L: Select all occurrences
  • Alt+Click: Add cursor at click position

Next Steps