Lets say you have a file ExAMplE.java in your current directory and you are editing some other file in the same directory using vim. I would open a file from vim using :e fileName but since the name of this file is all crappy , is there a way to make vim edit command suggest you the name of file ExAMple.java if you just type exam<tab> .
Lets say you have a file ExAMplE.java in your current directory and you are
Share
See
:h 'wildignorecase'.