📒 快捷键¶
Who Uses The Keyboard To Navigage?
- Power users who are able to use a mouse but find it quicker to use a keyboard.
掌握快捷键是提高工作效率的重要手段。这里收集我日常使用的快捷键。
Gnome¶
Hotkey | Function |
---|---|
Super key | Activities overview |
Alt+F2 | command window |
Super+Tab | Quickly switch between windows. Hold down Shift for reverse order. |
Super+` | Switch between windows from the same application, or from the selected application after Super+Tab. |
Alt+Esc | Switch between windows in the current workspace. Hold down Shift for reverse order. |
Super+Page Up Super+Page Down Ctrl + Alt + Left Direction (or Right) |
Switch between workspaces. |
Shift+Super+Page Up Shift+Super+Page Down |
Move the current window to a different workspace. |
Shift+Super+← | Move the current window one monitor to the left. |
Shift+Super+→ | Move the current window one monitor to the right. |
Super+L | Lock the screen. |
Super+V | Show the notification list. Press Super+V again or Esc to close. |
Ctrl + Alt + d | Minimizes all windows, and gives focus to the desktop. |
Alt + spacebar | Opens the Window Menu. |
Ctrl + Alt + T | Open a blank terminal. |
Alt + F4 Ctrl + W |
Close an active window. |
Alt + Print Screen | Take a screenshot of the active window. |
Shift+Prnt Scrn | Take a screenshot of an area of the screen. The pointer changes to a crosshair. Click and drag to select an area. |
VSCode¶
-
导航:
功能 Windows Linux macOS 返回 Alt+Right Ctrl+Alt+- Ctrl+- 前进 Alt+Left Ctrl+Shift+- Ctrl+Shift+- 定义 F12 F12 F12 -
实例
功能 Windows Linux macOS 新建实例 Ctrl+Shift+N ? 关闭实例 Ctrl+Shift+W ? -
标签页
功能 Windows Linux macOS 切换标签页 Ctrl+Tab ? Ctrl+Tab ? 关闭标签页 Ctrl+F4 ? Ctrl+W ? 重新打开关闭的标签页 Ctrl+Shift+T Ctrl+Shift+T ? -
标签页组
功能 Windows Linux macOS 切换到第 1 组 Ctrl+1 关闭组 Ctrl+K, Ctrl+W
-
-
终端
功能 Windows Linux macOS 打开终端 ++ctrl+`++ 同 同 新建终端 ++ctrl+shift+`++ 同 同 -
侧边栏搜索
功能 Windows Linux macOS 打开侧边栏搜索 Ctrl+Shift+F 打开文件 Ctrl+P 打开符号 Ctrl+Shift+O 打开 Git Ctrl+Shift+G 打开扩展 Ctrl+Shift+X -
编辑
功能 Windows Linux macOS 格式化代码 ? Ctrl+Shift+I Option+Shift+F 列选择 Shift+Alt ? ? 插入光标 Alt+Left Button ? ?
Typora¶
- File
Note
Typora 没有选项卡概念,因此它其实是多窗口操作。打开文件一定会新建窗口而不是替换当前打开的文件,Ctrl+Tab 也是在窗口之间切换。
Function | Hotkey (Windows/Linux) |
---|---|
Open Quickly | Ctrl + P |
Save | Ctrl + S |
Close | Ctrl + W |
- Edit
Function | Hotkey (Windows/Linux) |
---|---|
New Line | Shift + Enter |
Copy As Markdown | Ctrl + Shift + C |
Paste As Plain Text | Ctrl + Shift + V |
Select All | Ctrl + A |
Select Line/Sentence Select Row (in table) |
Ctrl + L |
Delete Row (in table) | Ctrl + Shift + Backspace |
Select Style Scope Select Cell (in table) |
Ctrl + E |
Select Word | Ctrl + D |
Delete Word | Ctrl + Shift + D |
Jump to Top | Ctrl + Home |
Jump to Bottom | Ctrl + End |
Find | Ctrl + F |
Find Next | F3 / Enter |
Find Previous | Shift + F3 / Shift + Enter |
Replace | Ctrl + H |
- Paragraph
Function | Hotkey (Windows/Linux) |
---|---|
Heading 1 to 6 | Ctrl + 1/2/3/4/5/6 |
Paragraph | Ctrl + 0 |
Increase Heading Level | Ctrl + = |
Decrease Heading Level | Ctrl + - |
Table | Ctrl + T |
Code Fences | Ctrl + Shift + K |
Math Block | Ctrl + Shift + M |
Quote | Ctrl + Shift + Q |
Ordered List | Ctrl + Shift + [ |
Unordered List | Ctrl + Shift + ] |
Indent | Ctrl + [ / Tab |
Outdent | Ctrl + ] / Shift + Tab |
- Format
Function | Hotkey (Windows/Linux) |
---|---|
Strong | Ctrl + B |
Emphasis | Ctrl + I |
Underline | Ctrl + U |
Code | Ctrl + Shift + ` |
Strike | Alt + Shift + 5 |
Hyperlink | Ctrl + K |
Image | Ctrl + Shift + I |
Clear Format | Ctrl + \ |
- View
Function | Hotkey (Windows/Linux) |
---|---|
Toggle Sidebar | Ctrl + Shift + L |
Outline | Ctrl + Shift + 1 |
Source Code Mode | Ctrl + / |
Focus Mode | F8 |
Typewriter Mode | F9 |
Toggle Fullscreen | F11 |
Actual Size | Ctrl + Shift + 0 |
Zoom In | Ctrl + Shift + = |
Zoom Out | Ctrl + Shift + - |
Switch Between Opened Documents | Ctrl + Tab |