Is it possible to get reverse tab completion, so that you type the last characters in the filename you want, press tab (or whatever the reverse keystroke is), and get the full file name?<p>Sometimes I have files where the unique bit is at the end, and tab completion is useless for them. For example with these ---<p>version1.txt
version2.txt
version3.txt<p>--- I'd have to type out "version" before hitting tab, and what I'd like is to type 1.txt, hit tab, and have "version" prepended.