You can set bash or zsh to case-insensitive tab completion as well.
Comment on D or d come on
muntedcrocodile@lemmy.world 1 year ago
Doesn’t fish basically fix this?
xoggy@programming.dev 1 year ago
muntedcrocodile@lemmy.world 1 year ago
Seems like poor configuration either default or not
Astaroth@lemm.ee 1 year ago
yeah Fish tab completion works, but one thing I’ve noticed though is that tab completion for wrong case only works if there’s no option with the correct case
e.g. if I have
Downloads
andDownloads2
thend
with tab completion will becomeDownloads
, but if I haveDownloads
anddownloads2
it will tab complete todownloads2
I’ve been meaning to look through the Fish documentation to see if I can change that and fuzzy search for history but never got around to it
d_k_bo@feddit.de 1 year ago
pgp@sh.itjust.works 1 year ago
This is not a bug, it doesn’t need to be fixed.
avonarret1@programming.dev 1 year ago
It’s funny that you’re getting down voted for telling the truth. Nothing to be subjective about either. 😅
mindbleach@sh.itjust.works 1 year ago
There are solid technical reasons whenever someone’s computer doesn’t work the way they expect.
They don’t matter.
The software can do what people want, or it can be wrong.
pgp@sh.itjust.works 1 year ago
Wrong, it does matter. Just because it’s not working as you want, doesn’t mean it’s not working as expected.
mindbleach@sh.itjust.works 1 year ago
It literally does.
muntedcrocodile@lemmy.world 1 year ago
Would hope so