mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 01:36:47 +00:00
fix(docs): locale translations for nav elements and headings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Keybinds
|
||||
title: 快捷键
|
||||
description: 自定义您的按键绑定。
|
||||
---
|
||||
|
||||
@@ -105,7 +105,7 @@ opencode 有一个按键绑定列表,您可以通过 opencode 配置进行自
|
||||
|
||||
---
|
||||
|
||||
## Leader key
|
||||
## Leader 键
|
||||
|
||||
opencode 对大多数按键绑定使用 `leader` 键。这可以避免终端中的冲突。
|
||||
|
||||
@@ -115,7 +115,7 @@ opencode 对大多数按键绑定使用 `leader` 键。这可以避免终端中
|
||||
|
||||
---
|
||||
|
||||
## Disable keybind
|
||||
## 禁用按键绑定
|
||||
|
||||
您可以通过将按键添加到您的配置中并使用值“none”来禁用按键绑定。
|
||||
|
||||
@@ -130,11 +130,11 @@ opencode 对大多数按键绑定使用 `leader` 键。这可以避免终端中
|
||||
|
||||
---
|
||||
|
||||
## Desktop prompt shortcuts
|
||||
## 桌面提示快捷键
|
||||
|
||||
opencode 桌面应用程序提示输入支持常见的 Readline/Emacs 风格的文本编辑快捷方式。这些是内置的,目前无法通过 `opencode.json` 进行配置。
|
||||
|
||||
| Shortcut | Action |
|
||||
| 快捷键 | 动作 |
|
||||
| -------- | ------------------------- |
|
||||
| `ctrl+a` | 移至当前行起点 |
|
||||
| `ctrl+e` | 移至当前行尾 |
|
||||
|
||||
Reference in New Issue
Block a user