Gollum@feddit.de to Programmer Humor@programming.dev · 2 years agoD or d come oni.imgur.comexternal-linkmessage-square215fedilinkarrow-up11.46Karrow-down148 cross-posted to: programmerhumor@lemmy.ml
arrow-up11.41Karrow-down1external-linkD or d come oni.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · 2 years agomessage-square215fedilink cross-posted to: programmerhumor@lemmy.ml
minus-squareMerfMerf@feddit.nulinkfedilinkarrow-up54·2 years agoecho ‘set completion-ignore-case On’ >> ~/.inputrc
minus-squarejmcs@discuss.tchncs.delinkfedilinkarrow-up2·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-squareMerfMerf@feddit.nulinkfedilinkarrow-up1·2 years agoDon’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.
minus-squarekattfisk@lemmy.dbzer0.comlinkfedilinkarrow-up1·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 :)
minus-squareUFO@programming.devlinkfedilinkarrow-up1·2 years agoShit yo. How come I only learn this now? Thanks!
echo ‘set completion-ignore-case On’ >> ~/.inputrc
How does that handle languages that have different rules for capitalization? For example I and i are not the same letter in Turkish.
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.
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
Shit yo. How come I only learn this now? Thanks!