-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
layout: doc | ||
outline: deep | ||
--- | ||
:::tip :rocket: | ||
注意快捷键是否有冲突 | ||
::: | ||
## general | ||
|
||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">打开命令面板</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Ctrl+Shift+P</code> 或 <code>F1</code></p> | ||
</details> | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">查找文件</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Ctrl+P</code></p> | ||
</details> | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">打开新窗口</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Ctrl+Shift+N</code></p> | ||
</details> | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">关闭窗口</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Ctrl+Shift+W</code></p> | ||
</details> | ||
|
||
## Basic editing | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">一行向上/下移动</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Alt+ ↑ / ↓ </code></p> | ||
</details> | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">向上/下复制一行</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Shift+Alt + ↓ / ↑</code></p> | ||
</details> | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">删除</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Ctrl+Shift+K</code></p> | ||
</details> | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">在下方插入一行</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Ctrl+Enter</code></p> | ||
</details> | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">在上方插入一行</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Ctrl+Shift+Enter</code></p> | ||
</details> | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">调整缩近</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Ctrl+]/[</code></p> | ||
</details> | ||
<details> | ||
<summary style="cursor: pointer; font-weight: bold; color: #007acc;">跳转到匹配的括号</summary> | ||
<p style="margin-left: 20px; font-family: monospace; color: #333;">快捷键: <code>Ctrl+]/[</code></p> | ||
</details> |