diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/ru/key-binding_ru.md | 8 | ||||
| -rw-r--r-- | docs/zh-CN/key-binding.md | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/ru/key-binding_ru.md b/docs/ru/key-binding_ru.md index 487d34b9..d6917e4e 100644 --- a/docs/ru/key-binding_ru.md +++ b/docs/ru/key-binding_ru.md @@ -15,17 +15,17 @@ eval "$(atuin init zsh)" # zsh -Autin устанавливает виджет ZLE "\_atuin_search_widget" +Autin устанавливает виджет ZLE "atuin-search" ``` export ATUIN_NOBIND="true" eval "$(atuin init zsh)" -bindkey '^r' _atuin_search_widget +bindkey '^r' atuin-search # зависит от режима терминала -bindkey '^[[A' _atuin_search_widget -bindkey '^[OA' _atuin_search_widget +bindkey '^[[A' atuin-search +bindkey '^[OA' atuin-search ``` # bash diff --git a/docs/zh-CN/key-binding.md b/docs/zh-CN/key-binding.md index 3e7f2f95..54c68b37 100644 --- a/docs/zh-CN/key-binding.md +++ b/docs/zh-CN/key-binding.md @@ -13,17 +13,17 @@ eval "$(atuin init zsh)" # zsh -Atuin 定义了 ZLE 部件 "\_atuin_search_widget" +Atuin 定义了 ZLE 部件 "atuin-search" ``` export ATUIN_NOBIND="true" eval "$(atuin init zsh)" -bindkey '^r' _atuin_search_widget +bindkey '^r' atuin-search # 取决于终端模式 -bindkey '^[[A' _atuin_search_widget -bindkey '^[OA' _atuin_search_widget +bindkey '^[[A' atuin-search +bindkey '^[OA' atuin-search ``` # bash |
