Cshell中的反向增量搜索

发布于 2024-12-09 21:52:50 字数 114 浏览 0 评论 0原文

我在办公室使用的是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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欢你一世 2024-12-16 21:52:50

我假设您正在使用 tcshcsh 根本没有太多历史搜索功能)。

您可以将命令 i-search-back 绑定到某个键(默认情况下不绑定)。它似乎与 bash 的 reverse-i-search 类似。

请参阅 tcsh 手册页中的说明。

例如,我

bindkey ^X/ i-search-back

$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's reverse-i-search.

See the description in the tcsh man page.

For example, I have

bindkey ^X/ i-search-back

in my $HOME/.cshrc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文