add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/bind.md Normal file
View File

@@ -0,0 +1,24 @@
# 绑定
> Bash 内置命令,用于管理 bash 热键和变量。
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins>。
- 列出所有绑定的命令及其热键:
`bind {{-p|-P}}`
- 查询命令的热键:
`bind -q {{command}}`
- 绑定一个键:
`bind -x '"{{key_sequence}}":{{command}}'`
- 列出用户定义的绑定:
`bind -X`
- 显示帮助:
`help bind`