Editor Shortcuts

Action Keys
Editor: Copy cmd+c
Editor: Select all cmd+a
Editor: Paste cmd+v
Editor: Cut cmd+x
Editor: Indent tab
Editor: Outdent shift+tab
Editor: show file explorer cmd+shift+b
Editor: toggle task cmd+enter
Editor: focus main view cmd+e
Editor: open link or note cmd+b
Editor: increase order list number ctrl+a
Editor: decrease order list number ctrl+x
Editor: move up current block alt+up
Editor: move down current block alt+down
Editor: search current note cmd+f
Editor: insert page [ [
Editor: undo cmd+z
Editor: redo cmd+shift+z
Editor: insert code block ` ` `
Editor: move down cursor down
Editor: move up cursor up
Editor: move left cursor left
Editor: move right cursor right

Vim Like Shortcuts

Action Keys
Vim: Change to Normal Mode escape
Vim: Change to Insert Mode escape
Vim: Change to Block Mode escape
Vim: Change to Normal Mode escape
Vim: Insert before cursor i
Vim: Append after cursor a
Vim: Move cursor left h
Vim: Move cursor right l
Vim: Move cursor down j
Vim: Move cursor up k
Vim: Move cursor to start of line 0
Vim: Move cursor to end of line $
Vim: Move cursor to start of note ^
Vim: Move cursor to end of note shift+g
Vim: insert new line below current line o
Vim: insert new line above current line shift+o
Vim: Move cursor to start of note g g
Vim: Move cursor one word backward b
Vim: Move cursor one word forward w
Vim: insert at the end of line shift+a
Vim: insert at the start of line shift+i
Vim: delete current character x
Vim: delete selection x
Vim: delete selection d
Vim: enter or exist visual mode v
Vim: enter or exist visual line mode shift+v
Vim: copy selection y
Vim: copy current line y y
Vim: copy current block y y
Vim: paste after cursor p
Vim: replace current block p
Vim: paste before cursor shift+p
Vim: scroll down half page ctrl+d
Vim: scroll up half page ctrl+u
Vim: cut current word c w
Vim: move to empty line before next block }
Vim: move to empty line after previous block {
Vim: delete to end of line shift+d
Vim: delete current block d d
Vim: undo u
Vim: redo ctrl+r

Outline Shortcuts

Action Keys
Outline: show outline cmd+o
Outline: hide outline escape
Outline: scroll to block enter
Outline: move to next heading j
Outline: move to previous heading k
Outline: move to next heading down
Outline: move to previous heading up

File Shortcuts

Action Keys
File: new file cmd+n
File: new file with tag cmd+shift+n
File: open previous opened file cmd+[
File: open next opened file cmd+]

File Picker Shortcuts

Action Keys
FilePicker: show file picker cmd+p
FilePicker: open focus file enter
FilePicker: hide file picker escape
FilePicker: focus next file j
FilePicker: focus previous file k
FilePicker: focus next file down
FilePicker: focus previous file up

Cheetsheet Shortcuts

Action Keys
CheatSheet: show cheat sheet cmd+/
CheatSheet: hide cheat sheet escape
CheatSheet: scroll down j
CheatSheet: scroll up k

Activity Bar Shortcuts

Action Keys
ActivityBar: focus next activity cmd+ctrl+j
ActivityBar: focus previous activity cmd+ctrl+k

Tag Note Dialog Shortcuts

Action Keys
TagNoteDialog: show tag note dialog cmd+t
TagNoteDialog: hide tag note dialog escape
TagNoteDialog: switch focus tab
TagNoteDialog: switch focus shift+tab
TagNoteDialog: focus next tag j
TagNoteDialog: focus previous tag k
TagNoteDialog: focus next tag down
TagNoteDialog: focus previous tag up
TagNoteDialog: confirm tag of current note enter

Search Shortcuts

Action Keys
Search: show search bar cmd+k
Search: hide search bar j
Search: move to next item k
Search: move to previous item up
Search: move to next item down
Search: open selected item enter
Search: hide search bar escape

Sidebar Shortcuts

Action Keys
Search: show search bar cmd+k
Search: hide search bar j
Search: move to next item k
Search: move to previous item up
Search: move to next item down
Search: open selected item enter
Search: hide search bar escape

Command Palette Shortcuts

Action Keys
CommandPalette: show command palette cmd+shift+p
CommandPalette: execute command enter
CommandPalette: hide command palette escape
CommandPalette: focus next command j
CommandPalette: focus previous command k
CommandPalette: focus next command down
CommandPalette: focus previous command up

Snippet Shortcuts

Action Keys
Snippet: focus snippet cmd+e
Snippet: focus snippet list enter
Snippet: show snippet list cmd+shift+b
Snippet: move to previous snippet up
Snippet: move to next snippet down
Snippet: move to previous snippet k
Snippet: move to next snippet j
Snippet: open focus snippet enter
Snippet: save snippet cmd+s
Snippet: add new snippet cmd+n
Snippet: delete current snippet cmd+backspace