gpt4 book ai didi

linux - 列出 bash "bind -x"绑定(bind)

转载 作者:IT王子 更新时间:2023-10-28 23:54:53 25 4
gpt4 key购买 nike

我搜索了 man bash,但找不到列出所有当前 bind -x 键绑定(bind)的内容。有什么办法可以做到吗?我尝试了以下方法:

$ bind -x '"\C-`":"echo hello"'
# test binding: press CTRL+`
hello
# Binding works!
$ bind -p | grep 'hello'
# no output
$ bind -S
# no output

那么,有什么方法可以让我看到所有当前事件的 bind -x 的列表?

最佳答案

似乎您可以使用 bind -X(Bash 4.3 中的新功能):

$ help bind
...
-x keyseq:shell-command Cause SHELL-COMMAND to be executed when
KEYSEQ is entered.
-X List key sequences bound with -x and
associated commands in a form that can be
reused as input.
...
$

关于linux - 列出 bash "bind -x"绑定(bind),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19755793/

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