gpt4 book ai didi

zsh - 等效于 bind -x 的 bindkey 是什么?

转载 作者:行者123 更新时间:2023-12-05 07:25:59 27 4
gpt4 key购买 nike

this question中,无与伦比的 Dennis Williamson 提到了如何使用 bind -x 将击键绑定(bind)到将在 Bash shell 后台运行的命令。同样的事情怎么能在 Zsh 中完成呢?

(我在 zshzle 手册页中找不到它,但可能是我忽略了它。)

最佳答案

您可以使用 zle -M 在命令行下显示信息。例如:

.who() {
zle -M "$(who)"
}

# Create a new widget `who` that calls our function `.who`.
zle -N who .who

# Bind said widget to alt-shift-W.
bindkey '^[W' who

关于zsh - 等效于 bind -x 的 bindkey 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54602990/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com