- Nov
- 344
- 10
Say I am on the the directory C:\Users\Miguel (the tree is full of subdirectories on each level) and need to change to C:\Users\Miguel\Documents\example\further\down\the\line . I'll end typing something like:
cd <tab> [n times, until getting to further ] <space> <backspace> <tab> [n times, until getting to down ] <space> <backspace> <tab> [n times, until getting to the ] <space> <backspace> .....
I'd like to have a keystroke (say, F9) to tell TCC to stop cycling on "this" directory and immediately start cycling on its contents.
cd <tab> [n times, until getting to further ] <F9> <tab> [n-1 times, until getting to down ] <F9> <tab> [n-1 times, until getting to the ] <F9> .....
This would be rather more comfortable to use, and even more so in the cases where there's exactly one subdirectory under the "current" one:
cd <F9> <F9> <F9> <F9> DONE!
cd <tab> [n times, until getting to further ] <space> <backspace> <tab> [n times, until getting to down ] <space> <backspace> <tab> [n times, until getting to the ] <space> <backspace> .....
I'd like to have a keystroke (say, F9) to tell TCC to stop cycling on "this" directory and immediately start cycling on its contents.
cd <tab> [n times, until getting to further ] <F9> <tab> [n-1 times, until getting to down ] <F9> <tab> [n-1 times, until getting to the ] <F9> .....
This would be rather more comfortable to use, and even more so in the cases where there's exactly one subdirectory under the "current" one:
cd <F9> <F9> <F9> <F9> DONE!