diff --git a/doc/user-docs/ThirdPartyToolProfiles.md b/doc/user-docs/ThirdPartyToolProfiles.md index 5a11e6d118e..f01e961a82d 100644 --- a/doc/user-docs/ThirdPartyToolProfiles.md +++ b/doc/user-docs/ThirdPartyToolProfiles.md @@ -51,6 +51,19 @@ Note that the starting directory of Cygwin is set as it is to make the path work. The default directory opened when starting Cygwin will be `$HOME` because of the `--login` flag. +## Far Manager + +Assuming that you've installed Far into `c:\Program Files\Far Manager`: + +```json +{ + "name" : "Far", + "commandline" : "\"c:\\program files\\far manager\\far.exe\"", + "startingDirectory" : "%USERPROFILE%", + "useAcrylic" : false +}, +``` + ## Git Bash Assuming that you've installed Git Bash into `C:/Program Files/Git`: