Case-insenstive filename completion with bash and emacs
It's strange, I know, that while I like case sensitive filenames, I don't actually want to be bothered matching the case exactly when I'm using tab completion. Fortunately, emacs and bash both accommodate my whims. For bash, add
to your ~/.inputrc
file. For emacs, add
to your emacs initialization files. Of course, if want to get rid of all completion case sensitivity, you need
too.
Comments
Comments powered by Disqus