Main Configuration File Schema

// Config File Location

Global preferences are stored in the user's home folder directory:

~/.config/termstudio/settings.json

// Settings JSON Schema

Here is a typical TermStudio configuration profile:

{
  "theme": "solarized-dark",
  "tab_size": 4,
  "insert_spaces": true,
  "word_wrap": "off",
  "shell_path": "/bin/bash",
  "show_line_numbers": true
}

// Common Default Options

You can modify line endings, sidebar width, autocomplete delays, font sizes, and diagnostic checks by appending variables to the configuration array.