1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# termi configuration
#
# Copy to <config-dir>/termi/config.toml and delete what you do not want to
# change — every key is optional and falls back to the value shown here.
#
# Linux ~/.config/termi/config.toml
# macOS ~/Library/Application Support/termi/config.toml
# Windows %APPDATA%\termi\config.toml
#
# Set TERMI_CONFIG_DIR to override the location entirely.
#
# Unknown keys are an error rather than a silent no-op, so a typo is reported
# in the command bar the next time termi starts.
# "dark", "light", or the stem of a file in <config-dir>/termi/themes/.
= "dark"
# Indentation.
= 4
= true # insert spaces rather than a tab character
= true # carry indentation onto new lines, dedent on `}`
= true # close brackets and quotes as they are typed
# Gutter.
= true
= false
# Text area.
= false # wrap long lines instead of scrolling sideways
= true
= 3 # lines of context kept above and below the cursor
= true
# Chrome.
= true # tab strip, shown when more than one file is open
# Behaviour.
= true # reload clean buffers changed on disk
= false
= true # false uses an internal register instead
# Let the mouse place the caret, select by dragging, and focus and scroll
# windows. Capturing the mouse takes drag-to-select away from the terminal
# itself; most terminals still offer that under Shift, but set this to false to
# leave the mouse alone entirely.
= true