Cloning a Working Config directory (Please be very careful !)
==================================
Find the config dir of a satisfying working installation via Menu / View /IDE Internals / About IDE, look for the primary config directory. Too old versions cannot be processed this way because the Configuration specs have been evolving.
Copy the contents of that folder to the new target config dir.
From that dir open environmentoptions.xml
Since the installation you want to work with is in a new location, you have to replace paths from the old installation to the new installation.
With Find in files (Shit+Ctrl+F) search and replace, in all files (*.*) of the new Config Directory, incorrect paths pointing to other Lazarus installs with the new location.
Note, as indicated in the
https://wiki.freepascal.org/Extending_the_IDE#Debugging_the_IDE page use as much as possible available macros, it helps a lot when jumping between versions.