We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example:
$ touch file(seq 4) $ ls file1 file2 file3 file4 $ echo f*<tab>
This autocompletes to f*ile. It should autocomplete to file* or file, imo.
f*ile
file*
file
Tab completion with wildcards is pretty awkward at the moment.
Example:
This autocompletes to
f*ile. It should autocomplete tofile*orfile, imo.Tab completion with wildcards is pretty awkward at the moment.