小编bui*_*000的帖子

tcsh bindkey 打开 readline 变量“visible-stats”

.inputrcI 中存储 readline 命令bash,例如:

bind "\C-S": i-search-fwd
Run Code Online (Sandbox Code Playgroud)

.bindings我在for中做同样的事情tcsh

bindkey "^S" i-search-fwd
Run Code Online (Sandbox Code Playgroud)

要在.inputrcI do 中指定 readline 变量:

set visible-stats on
Run Code Online (Sandbox Code Playgroud)

但是我无法为 做同样的事情tcsh。我尝试过使用setbindkey

那么第一个问题是,如何为 tcsh 指定 readline 变量?

最后,是否有手册页或手册部分bindkey?例如,我可以找到bindin的信息man bash

shell bash tcsh bind

1
推荐指数
1
解决办法
575
查看次数

标签 统计

bash ×1

bind ×1

shell ×1

tcsh ×1