Gollum@feddit.de to Programmer Humor@programming.dev · 1 year agoD or d come oni.imgur.comimagemessage-square193fedilinkarrow-up11.28Karrow-down143 cross-posted to: programmerhumor@lemmy.ml
arrow-up11.24Karrow-down1imageD or d come oni.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · 1 year agomessage-square193fedilink cross-posted to: programmerhumor@lemmy.ml
minus-squareMerfMerf@feddit.nulinkfedilinkarrow-up47·1 year agoecho ‘set completion-ignore-case On’ >> ~/.inputrc
minus-squarePupBiru@kbin.sociallinkfedilinkarrow-up15·edit-21 year 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-squarejmcs@discuss.tchncs.delinkfedilinkarrow-up2·1 year agoHow does that handle languages that have different rules for capitalization? For example I and i are not the same letter in Turkish.
minus-squarekattfisk@lemmy.dbzer0.comlinkfedilinkarrow-up1·1 year 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 :)
minus-squareUFO@programming.devlinkfedilinkarrow-up1·1 year agoShit yo. How come I only learn this now? Thanks!
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?
Awesome, thanks
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 :)
Shit yo. How come I only learn this now? Thanks!