Cshell中的反向增量搜索
我在办公室使用的是Cshell,它似乎没有反向增量搜索历史记录。有没有办法在 cshell 中启用 reverse-i-search
(就像 bash 中的那样)。
谢谢。
I am using Cshell at the office, and it does not seem to have reverse incremental search for history. Is there any way to enable reverse-i-search
(like the one in bash) in cshell.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您正在使用
tcsh
(csh
根本没有太多历史搜索功能)。您可以将命令
i-search-back
绑定到某个键(默认情况下不绑定)。它似乎与 bash 的reverse-i-search
类似。请参阅 tcsh 手册页中的说明。
例如,我
的
$HOME/.cshrc
中有。I presume you're using
tcsh
(csh
doesn't have much in the way of history search at all).You can bind the command
i-search-back
to some key (it's not bound by default). It seems to be similar to bash'sreverse-i-search
.See the description in the tcsh man page.
For example, I have
in my
$HOME/.cshrc
.