Gollum@feddit.de to Programmer Humor@programming.dev · 1 年前D or d come oni.imgur.comimagemessage-square208fedilinkarrow-up11.43Karrow-down149 cross-posted to: [email protected]
arrow-up11.38Karrow-down1imageD or d come oni.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · 1 年前message-square208fedilink cross-posted to: [email protected]
minus-squareMerfMerf@feddit.nulinkfedilinkarrow-up51·1 年前echo ‘set completion-ignore-case On’ >> ~/.inputrc
minus-squarePupBiru@kbin.sociallinkfedilinkarrow-up15·edit-21 年前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?
minus-squareMerfMerf@feddit.nulinkfedilinkarrow-up1·1 年前Or up-arrow a bazillion time because you probably have it SOMEWHERE in the buffer, surely.
minus-squareUFO@programming.devlinkfedilinkarrow-up1·1 年前Shit yo. How come I only learn this now? Thanks!
minus-squarejmcs@discuss.tchncs.delinkfedilinkarrow-up1·1 年前How 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·1 年前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.
minus-squarekattfisk@lemmy.dbzer0.comlinkfedilinkarrow-up1·1 年前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 :)
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.
Awesome, thanks
Shit yo. How come I only learn this now? Thanks!
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 :)