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

Case insensitive history-search-backward #7273

Closed
jaelpark opened this issue Aug 21, 2020 · 2 comments
Closed

Case insensitive history-search-backward #7273

jaelpark opened this issue Aug 21, 2020 · 2 comments

Comments

@jaelpark
Copy link

fish --version
fish, version 3.1.2-1228-g65e1c42a2

Is it possible to have history-search-backward perform searches case insensitively (when using up and down arrow keys)? I didn't find information on this. It would be a very helpful feature.

@faho
Copy link
Member

faho commented Aug 21, 2020

It is not.

We might want to think about changing the default - I don't think options are particularly great here.

@faho faho closed this as completed in 1da56f9 Sep 22, 2020
@faho faho added this to the fish 3.2.0 milestone Sep 22, 2020
@faho
Copy link
Member

faho commented Sep 22, 2020

Okay, I made it so history search is case-insensitive unless there's an uppercase character.

So if you look for "term" you'll find "TERM" and "term" and "TERm", if you look for "TERm" you'll only find "TERm".

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 21, 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

2 participants