this post was submitted on 02 Oct 2023
1377 points (96.7% liked)

Programmer Humor

19315 readers
69 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 51 points 1 year ago (4 children)

echo 'set completion-ignore-case On' >> ~/.inputrc

[–] [email protected] 15 points 1 year ago* (last edited 1 year ago) (1 children)

also idk does zsh do this automatically? don’t think i’ve ever had this problem except on legacy AF servers

i mean… unless you don’t tab complete, but then who doesn’t spam tab 30 times every keystroke?

[–] [email protected] 1 points 1 year ago

Or up-arrow a bazillion time because you probably have it SOMEWHERE in the buffer, surely.

[–] [email protected] 2 points 1 year ago

Awesome, thanks

[–] [email protected] 1 points 1 year ago (2 children)

How does that handle languages that have different rules for capitalization? For example I and i are not the same letter in Turkish.

[–] [email protected] 1 points 1 year ago

Don't know actually, never used a language like that. But should be easy enough to undo should one test it and end up not liking how it handles it.

[–] [email protected] 1 points 1 year ago

I believe that type of stuff is specified in your locale, so it's possible that it would do the right thing if you've set your language to Turkish. Please try it and let us know though :)

[–] [email protected] 1 points 1 year ago

Shit yo. How come I only learn this now? Thanks!