Gollum to Programmer Humor@programming.dev • 2 years agoD or d come oni.imgur.comimagemessage-square212arrow-up11.32K cross-posted to: programmerhumor@lemmy.ml
arrow-up11.32KimageD or d come oni.imgur.comGollum to Programmer Humor@programming.dev • 2 years agomessage-square212 cross-posted to: programmerhumor@lemmy.ml
minus-squarePupBirulinkfedilink14•edit-22 years agoalso 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?
minus-squareMerfMerflinkfedilink1•2 years agoOr up-arrow a bazillion time because you probably have it SOMEWHERE in the buffer, surely.
minus-square@jmcs@discuss.tchncs.delinkfedilink1•2 years agoHow does that handle languages that have different rules for capitalization? For example I and i are not the same letter in Turkish.
minus-square@kattfisk@lemmy.dbzer0.comlinkfedilink1•2 years agoI 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 :)
echo ‘set completion-ignore-case On’ >> ~/.inputrc
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?
Or up-arrow a bazillion time because you probably have it SOMEWHERE in the buffer, surely.
How does that handle languages that have different rules for capitalization? For example I and i are not the same letter in Turkish.
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 :)
Awesome, thanks