cm_GoIntoFirstSubdir to navigate into deep dir hierarchies
Posted: 2011-02-23, 13:09 UTC
I often have to navigate deep directory hierarchies, e.g. Java package structures, that only contain a single subdirectory. For example:
... you get the idea.
Currently, this requires me to use <Enter> on the directory, followed by <Down> to navigate to the first subdir. And repeat, and repeat, until I get to the files way down that I'm interested in. (For a single tree such as shown, a workaround is to use a temporary flattening via <Ctrl-B><Down><Ctrl-B> - or I could use double-clicks with the mouse, but I avoid mouse use with TC.)
I'd love to have a command cm_GoIntoFirstSubdir that I can map to e.g. <Shift-Enter>. Essentially, this command only has to combine the <Enter> and <Down> navigations (plus maybe some checking for empty directories). This would change the tedious <Enter><Down><Enter><Down>... to a much more quick and ergonomic <Shift-Enter><Shift-Enter>...
Thanks for considering this little enhancement! I love TotalCommander; am a registered user since 2000!
-- regards, ingo
Code: Select all
C:\work
+ project
+ src
+ main
+ java
+ com
+ foo
+bar.java
Currently, this requires me to use <Enter> on the directory, followed by <Down> to navigate to the first subdir. And repeat, and repeat, until I get to the files way down that I'm interested in. (For a single tree such as shown, a workaround is to use a temporary flattening via <Ctrl-B><Down><Ctrl-B> - or I could use double-clicks with the mouse, but I avoid mouse use with TC.)
I'd love to have a command cm_GoIntoFirstSubdir that I can map to e.g. <Shift-Enter>. Essentially, this command only has to combine the <Enter> and <Down> navigations (plus maybe some checking for empty directories). This would change the tedious <Enter><Down><Enter><Down>... to a much more quick and ergonomic <Shift-Enter><Shift-Enter>...
Thanks for considering this little enhancement! I love TotalCommander; am a registered user since 2000!
-- regards, ingo