If I type :e foo/**/foo*.js and hit tab then vim replaces the *s with all possible suggestions in the filepath. What if I realized that I wasn't specific enough (there are too many results in autocomplete) and I want to go back from the autocomplete suggestions to :e foo/**/foo*.js
My wildmenu settings are:
set wildmenu set wildmode=longest:full,full,full set nowildignorecase Is there a key that would let me get back to what I had before hitting tab?