我搜索过man bash,但找不到列出所有当前bind -x键绑定的内容.有什么办法可以吗?我尝试了以下方法:
$ bind -x '"\C-`":"echo hello"'
# test binding: press CTRL+`
hello
# Binding works!
$ bind -p | grep 'hello'
# no output
$ bind -S
# no output
Run Code Online (Sandbox Code Playgroud)
那么,有什么方法可以看到所有bind -x当前活动的列表吗?