- Feb
- 240
- 3
I love using TCC's auto-completion together with specific masks. For instance, in order to locate a file within a directory of several hundred files I'll type:
copy *avi*.doc
Then I'll hit TAB to quickly cycle through all those doc files that contain "avi" in the filename.
However, sometimes, after cycling through a few files, I'll realize that I erred slightly in specifying the mask. Is there any key that can return me to my original mask (*avi*.doc) so that I can edit it and try again?
(Hitting ESC clears the entire line - but perhaps there is some key like shift-ESC that can cancel just the auto-completion and bring back the mask)
copy *avi*.doc
Then I'll hit TAB to quickly cycle through all those doc files that contain "avi" in the filename.
However, sometimes, after cycling through a few files, I'll realize that I erred slightly in specifying the mask. Is there any key that can return me to my original mask (*avi*.doc) so that I can edit it and try again?
(Hitting ESC clears the entire line - but perhaps there is some key like shift-ESC that can cancel just the auto-completion and bring back the mask)