从另一台机器迁移 Far Manager 设置

从另一台机器迁移 Far Manager 设置

有没有简单的方法来导出/导入另一台机器的 Far 实例的设置?

答案1

对于 Far Manager 版本 3.0:

导出设置:

Far.exe /export settings.cfg

导入设置:

Far.exe /import settings.cfg

答案2

对于版本 2:

  1. 从 Far 安装文件夹运行 SaveSettings.cmd。
  2. 将 FarSave1.reg 和 FarSave2.reg 复制到目标机器。
  3. 在那里运行 RestoreSettings.cmd。

答案3

在 Windows 10 中,所有配置都位于此处:

C:\Users\<user_name>\AppData\Roaming\Far Manager

只需将其复制到另一台电脑即可。

答案4

您可以将其用于Far.exe.ini以下目的:

;UseSystemProfiles lets you control the location of Far configuration files.
;When 1, configuration will be stored in
;%APPDATA%\Far Manager - for general configuration
;and
;%LOCALAPPDATA%\Far Manager - for history and cache
;When 2, configuration will be stored only in %APPDATA%\Far Manager
;When 0, configuration will be stored in UserProfileDir, UserLocalProfileDir
;The default is 1
;
UseSystemProfiles=0


;UserProfileDir/UserLocalProfileDir lets you define a custom location for Far configuration files.
;Takes effect only when UseSystemProfiles=0.
;The default for UserProfile is %FARHOME%\Profile
;By default UserLocalProfileDir == UserProfileDir
;
UserProfileDir=%FARHOME%\Profile
UserLocalProfileDir=%APPDATA%\Far Manager

相关内容