Keyboard Shortcuts
Every SoloMD shortcut, grouped by category. Windows / Linux on the left, macOS on the right.
File operations
| Action | Windows / Linux | macOS |
|---|---|---|
| New Markdown file | Ctrl + N | ⌘ N |
| New plain text file | Ctrl + Alt + N | ⌘ ⌥ N |
| Open file | Ctrl + O | ⌘ O |
| Save | Ctrl + S | ⌘ S |
| Save As… | Ctrl + Shift + S | ⌘ ⇧ S |
Ctrl + P | ⌘ P | |
| Close tab | Ctrl + W | ⌘ W |
| New window | Ctrl + Shift + N | ⌘ ⇧ N |
View & navigation
| Action | Windows / Linux | macOS |
|---|---|---|
| Toggle file tree | Ctrl + B | ⌘ B |
| Toggle outline | Ctrl + Shift + O | ⌘ ⇧ O |
| Cycle view mode (edit / split / preview) | Ctrl + Shift + P | ⌘ ⇧ P |
| Split pane | Ctrl + \ | ⌘ \ |
| Command palette | Ctrl + Shift + K | ⌘ ⇧ K |
| Search in folder | Ctrl + Shift + F | ⌘ ⇧ F |
| Settings | Ctrl + , | ⌘ , |
| Markdown cheatsheet | F1 | F1 or ⌘ / |
Editing
| Action | Windows / Linux | macOS |
|---|---|---|
| Undo / Redo | Ctrl + Z / Ctrl + Y | ⌘ Z / ⌘ ⇧ Z |
| Copy as rich HTML | Ctrl + Shift + C | ⌘ ⇧ C |
| Find in file | Ctrl + F | ⌘ F |
| Find & Replace | Ctrl + H | ⌘ ⌥ F |
| Toggle word wrap (settings) | — | — |
Vim mode
Enable in Settings → Vim mode. Once on, standard Vim modes (normal / insert /
visual), motions (h j k l w b e), and operators (d y c)
are available. Leader key is \.
Command palette
Hit Ctrl + Shift + K (⌘⇧K on Mac) to open the command palette —
fuzzy search any action. Handy for shortcuts you forgot.