summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/zh-cn/keybinds.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/zh-cn/keybinds.mdx')
-rw-r--r--packages/web/src/content/docs/zh-cn/keybinds.mdx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/zh-cn/keybinds.mdx b/packages/web/src/content/docs/zh-cn/keybinds.mdx
index a4b0b1262..17fbb4602 100644
--- a/packages/web/src/content/docs/zh-cn/keybinds.mdx
+++ b/packages/web/src/content/docs/zh-cn/keybinds.mdx
@@ -105,13 +105,13 @@ opencode 有一个按键绑定列表,您可以通过 opencode 配置进行自�
---
-## 領袖鑰匙
+## Leader key
opencode 对大多数按键绑定使用 `leader` 键。这可以避免终端中的冲突。
默认情况下,`ctrl+x` 是主键,大多数操作要求您先按主键,再按键盘。例如,要开始新会话,请先按 `ctrl+x`,然后按 `n`。
-您不需要為鍵綁定使用主鍵,但我們建議您這樣做。
+您不需要为鍵綁定使用主鍵,但我们建議您这樣做。
---
@@ -148,7 +148,7 @@ opencode 桌面应用程序提示输入支持常见的 Readline/Emacs 风格的�
| `ctrl+w` | 删除前一个单词 |
| `alt+d` | 杀死下一个词 |
| `ctrl+t` | 转置字符 |
-| `ctrl+g` | 取消彈出窗口/中止運行響應 |
+| `ctrl+g` | 取消彈出窗口/中止運行響应 |
---