The data directory

fman reads all settings from the data directory. Its path depends on your OS:

  • Windows: C:/Users/<username>/AppData/Roaming/fman
  • Mac: /Users/<username>/Library/Application Support/fman
  • Linux: ~/.config/fman

You can use the Command Palette to navigate to the data directory: Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) and enter "Open data directory":

  • Open data directory

A typical data directory looks as follows:

  • {data dir.}
  • Local/
  • Plugins/
    • Third-party/
      • PluginA/
      • PluginB/
      • ...
    • User/
      • Settings/
        • Core Settings.json
        • Key Bindings.json

The various contents of the Plugins/ directory are described here (under "Plugin order").