Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(reverse-)i-search on command-line? #2541

Closed
pluckytree opened this issue Nov 11, 2015 · 3 comments
Closed

(reverse-)i-search on command-line? #2541

pluckytree opened this issue Nov 11, 2015 · 3 comments

Comments

@pluckytree
Copy link

In zsh/bash, I can use ctrl-r and ctrl-s for (reverse-)i-search on the command-line. I know that fish has its own history completion/searching mechanism which I love, but I really miss being able to search within a command that I am currently typing in the shell.

Am I missing a hidden feature?

@justuswilhelm
Copy link

You can try entering part of what you are looking for in the command-line and the do a history search by pressing the up and down keys. e.g.

$ www. <UP-KEY>

becomes

$ curl wwww.google.com

@pickfire
Copy link
Contributor

There is currently no reverse search in fish, you can check #602 which track this issue. This issue is DUPLICATED!

Thanks for reporting. Good luck and have a nice day!

@faho faho added the duplicate label Nov 12, 2015
@faho
Copy link
Member

faho commented Nov 12, 2015

The comments are correct - we don't currently have i-search as such, and that is tracked in #602. Thanks!

@faho faho closed this as completed Nov 12, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants