two-pane simultaneous navigation

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Idontknow
Junior Member
Junior Member
Posts: 2
Joined: 2012-01-31, 09:38 UTC

two-pane simultaneous navigation

Post by *Idontknow »

Hello everyone,

I have a task which bugs me from time to time...Briefly, it's the simultaneous navigation on two similar paths. Ex:

path 1:

Code: Select all

c:\1\12\13\14\15\a.txt
path 2:

Code: Select all

c:\2\12\13\14\15\a.txt
I usually have to compare some files anywhere on the two paths (it could be under 12, 13 or 14, too, and actual path could be much longer than this). Is there a shortcut or plugin which makes it possible to navigate at the same time on two paths (respectively on two panes, of course) ?

Like i stay at top level of the two paths: (left pane on c:\1 and right pane on c:\2), then sort of "<magic-key>+right arrow" making both two panes sink one level and give me left pane on c:\1\12 with right pane on c:\2\12, and so forth. Same on ascending...

We already have this on total commander ?

Thanks in advance
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

The internal command cm_SyncChangeDir should help. Just type it in command line or create a new button.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
Idontknow
Junior Member
Junior Member
Posts: 2
Joined: 2012-01-31, 09:38 UTC

Post by *Idontknow »

Yes, that works not bad. Thanks a lot
Post Reply