Skip to content

Config file

Eugene Pankov edited this page Dec 14, 2017 · 3 revisions

Location

The config.yaml file is located in:

  • On Windows, %APPDATA%/Terminus
  • On macOS: ~/Library/Application Support/terminus
  • On Linux: ~/.config/terminus

Reset

Deleting the config file will reset Terminus to the initial state.

Structure

appearance:
  dock: off|top|bottom|left|right
  dockScreen: current
  dockFill: 50
  tabsLocation: top|bottom
  theme: Standard
  frame: thin|full|native
  css: '/* * { color: blue !important; } */'
hokeys:
  hotkey-id: 
  - 'Ctrl-B'
  - 'Shift-C'
  - ['Ctrl-X', 'C'] # for keystroke sequences
pluginBlacklist:
  - plugin-a
  - plugin-b
terminal: 
  autoOpen: false
  font: 'Menlo'
  fontSize: 14
  linePadding: 0
  bell: off|visual|audible
  bracketedPaste: false
  background: theme|colorScheme
  ligatures: false
  cursor: block|beam|underline
  cursorBlink: true
  shell: default,
  customShell: '/bin/zsh'
  rightClick: menu|paste
  copyOnSelect: false
  workingDirectory: /tmp
  persistence: screen|tmux|off,
  colorScheme:
    name: Color Scheme
    foreground: #123456
    background: #123456
    cursor: #123456
    colors:
      - #123456
      ...
Clone this wiki locally