Typora 快捷键整理(on Mac)

Shortcut Keys on Typora

links

Markdown语法拾遗

Summary

You can use shortcut keys to quickly insert or modify styles or do other operations supported by Typora.

You can find shortcut keys on the right side of each menu item within the menu bar.

Frequently Used Shortcut Keys

Autocomplete

On macOS, you can press Esc key to open inline preview for inline math, auto-complete for emoji, etc.

File (文件)

Function (功能)Hotkey (macOS)
New (新建)Command + N
New Window (新建窗口)Command + Shift + N
New Tab (新建标签页)Command + T
Open (打开)Command + O
Open Quickly (快速打开)Command + Shift + O
Reopen Closed File (重新打开已关闭文件)Command + Shift + T
Save (保存)Command + S
Save As / Duplicate (另存为 / 副本)Command + Shift + S
Preference (偏好设置)Command + ,
Close (关闭)Command + W

Edit (编辑)

Function (功能)Hotkey (macOS)
New Paragraph (新建段落)Enter
New Line (换行)Shift + Enter
Cut (剪切)Command + X
Copy (复制)Command + C
Paste (粘贴)Command + V
Copy As Markdown (复制为 Markdown)Command + Shift + C
Paste As Plain Text (粘贴为纯文本)Command + Shift + V
Select All (全选)Command + A
Select Line/Sentence / Select Row in table (选择行/句子 / 选中表格行)Command + L
Delete Row in table (删除表格行)Command + Shift + Backspace
Select Style Scope / Select Cell in table (选择样式范围 / 选中表格单元格)Command + E
Select Word (选中词汇)Command + D
Delete Word (删除词汇)Command + Shift + D
Jump to Top (跳转至顶部)Command + ↑
Jump to Selection (跳转至选中内容)Command + J
Jump to Bottom (跳转至底部)Command + ↓
Find (查找)Command + F
Find Next (查找下一个)Command + G / Enter
Find Previous (查找上一个)Command + Shift + G / Shift + Enter
Replace (替换)Command + H

Paragraph (段落)

Function (功能)Hotkey (macOS)
Heading 1 to 6 (标题 1 至 6)Command + 1/2/3/4/5/6
Paragraph (普通段落)Command + 0
Increase Heading Level (提升标题级别)Command + =
Decrease Heading Level (降低标题级别)Command + -
Table (表格)Command + Option + T
Code Fences (代码块)Command + Option + C
Math Block (数学公式块)Command + Option + B
Quote (引用)Command + Option + Q
Ordered List (有序列表)Command + Option + O
Unordered List (无序列表)Command + Option + U
Indent (缩进)Command + [ / Tab
Outdent (取消缩进)Command + ] / Shift + Tab

Format (格式)

Function (功能)Hotkey (macOS)
Strong (加粗)Command + B
Emphasis (倾斜)Command + I
Underline (下划线)Command + U
Code (行内代码)Command + Shift + K
Strike (删除线)Control + Shift + `
Hyperlink (超链接)Command + K
Image (图像)Command + Control + I
Clear Format (清除格式)Command + \

View (视图)

Function (功能)Hotkey (macOS)
Toggle Sidebar (显示/隐藏侧边栏)Command + Shift + L
Outline (大纲)Command + Control + 1
Articles (文章列表)Command + Control + 2
File Tree (文件树)Command + Control + 3
Source Code Mode (源代码模式)Command + /
Focus Mode (专注模式)F8
Typewriter Mode (打字机模式)F9
Toggle Fullscreen (切换全屏)Command + Option + F
Actual Size (实际大小)(Not Supported)
Zoom In (放大)(Not Supported)
Zoom Out (缩小)(Not Supported)
Switch Between Opened Documents (在打开的文档间切换)Command + `
Toggle DevTools (开发者工具)-