Typora keyboard shortcuts
Typora's official shortcut table covers file operations, Markdown editing, headings, lists, formatting, search, views, and document navigation. The Windows and Linux defaults are paired, while macOS command and option variants stay explicit.
Windows, macOS, Linux · 63 shortcutsFiles and windows
Create, open, save, reopen, and close Typora documents and windows with the file commands from the official table.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Create a new document | CtrlN | CmdN | CtrlN |
| Create a new window | CtrlShiftN | CmdShiftN | CtrlShiftN |
| Create a new tabTypora does not assign this default on Windows or Linux. | Not documented | CmdT | Not documented |
| Open a document | CtrlO | CmdO | CtrlO |
| Open a document quickly | CtrlP | CmdShiftO | CtrlP |
| Reopen the last closed file | CtrlShiftT | CmdShiftT | CtrlShiftT |
| Save | CtrlS | CmdS | CtrlS |
| Save as or duplicate | CtrlShiftS | CmdShiftS | CtrlShiftS |
| Open Preferences | Ctrl, | Cmd, | Ctrl, |
| Close the current document | CtrlW | CmdW | CtrlW |
Editing and search
Insert paragraphs, move and select text, use the clipboard, and find or replace content in a Typora document.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Insert a new paragraph | Enter | Enter | Enter |
| Insert a line break | ShiftEnter | ShiftEnter | ShiftEnter |
| Cut | CtrlX | CmdX | CtrlX |
| Copy | CtrlC | CmdC | CtrlC |
| Paste | CtrlV | CmdV | CtrlV |
| Copy as Markdown | CtrlShiftC | CmdShiftC | CtrlShiftC |
| Paste as plain text | CtrlShiftV | CmdShiftV | CtrlShiftV |
| Select all | CtrlA | CmdA | CtrlA |
| Select a line or table row | CtrlL | CmdL | CtrlL |
| Delete a table row | CtrlShiftBackspace | CmdShiftBackspace | CtrlShiftBackspace |
| Select a table cell | CtrlE | CmdE | CtrlE |
| Select a word | CtrlD | CmdD | CtrlD |
| Delete a word | CtrlShiftD | CmdShiftD | CtrlShiftD |
| Jump to the top | CtrlHome | CmdUp | CtrlHome |
| Jump to the selection | CtrlJ | CmdJ | CtrlJ |
| Jump to the bottom | CtrlEnd | CmdDown | CtrlEnd |
| Find | CtrlF | CmdF | CtrlF |
| Find the next matchEnter is an additional documented next-match key. | F3 | CmdG | F3 |
| Find the previous matchShift+Enter is an additional documented previous-match key. | ShiftF3 | CmdShiftG | ShiftF3 |
| Replace | CtrlH | CmdH | CtrlH |
Paragraphs and formatting
Apply headings, lists, quotes, code, math, links, images, and text formatting without opening the Typora toolbar.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Apply a heading levelUse 1 through 6 for heading levels 1 through 6. | Ctrl1 | Cmd1 | Ctrl1 |
| Apply paragraph style | Ctrl0 | Cmd0 | Ctrl0 |
| Increase the heading level | Ctrl= | Cmd= | Ctrl= |
| Decrease the heading level | Ctrl- | Cmd- | Ctrl- |
| Insert a table | CtrlT | CmdOptionT | CtrlT |
| Insert a code fence | CtrlShiftK | CmdOptionC | CtrlShiftK |
| Insert a math block | CtrlShiftM | CmdOptionB | CtrlShiftM |
| Apply a quote | CtrlShiftQ | CmdOptionQ | CtrlShiftQ |
| Apply an ordered list | CtrlShift[ | CmdOptionO | CtrlShift[ |
| Apply an unordered list | CtrlShift] | CmdOptionU | CtrlShift] |
| IndentTab is also documented for indentation. | Ctrl[ | Cmd[ | Ctrl[ |
| OutdentShift+Tab is also documented for outdent. | Ctrl] | Cmd] | Ctrl] |
| Apply strong emphasis | CtrlB | CmdB | CtrlB |
| Apply emphasis | CtrlI | CmdI | CtrlI |
| Underline text | CtrlU | CmdU | CtrlU |
| Apply inline code | CtrlShift` | CmdShift` | CtrlShift` |
| Apply strikethrough | AltShift5 | CtrlShift` | AltShift5 |
| Insert a hyperlink | CtrlK | CmdK | CtrlK |
| Insert an image | CtrlShiftI | CmdCtrlI | CtrlShiftI |
| Clear formatting | Ctrl\ | Cmd\ | Ctrl\ |
View and focus
Show or hide Typora sidebars, switch modes, change zoom, move between documents, and open developer tools.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Toggle the sidebar | CtrlShiftL | CmdShiftL | CtrlShiftL |
| Show the outline | CtrlShift1 | CmdCtrl1 | CtrlShift1 |
| Show articles | CtrlShift2 | CmdCtrl2 | CtrlShift2 |
| Show the file tree | CtrlShift3 | CmdCtrl3 | CtrlShift3 |
| Toggle source code mode | Ctrl/ | Cmd/ | Ctrl/ |
| Toggle Focus Mode | F8 | F8 | F8 |
| Toggle Typewriter Mode | F9 | F9 | F9 |
| Toggle fullscreen | F11 | CmdOptionF | F11 |
| Reset to actual sizeTypora does not assign this default on macOS. | CtrlShift0 | Not documented | CtrlShift0 |
| Zoom inTypora does not assign this default on macOS. | CtrlShift= | Not documented | CtrlShift= |
| Zoom outTypora does not assign this default on macOS. | CtrlShift- | Not documented | CtrlShift- |
| Switch between open documents | CtrlTab | Cmd` | CtrlTab |
| Toggle developer toolsTypora does not assign this default on macOS. | ShiftF12 | Not documented | ShiftF12 |