2020-09-13 21:06:35 +02:00
|
|
|
env:
|
|
|
|
TERM: "xterm-256color"
|
2020-12-23 20:19:47 +01:00
|
|
|
|
|
|
|
shell:
|
|
|
|
program: /usr/bin/xonsh
|
|
|
|
|
2020-11-11 18:55:40 +01:00
|
|
|
# Font configuration (changes require restart)
|
|
|
|
font:
|
|
|
|
# The size to use.
|
|
|
|
size: 8
|
|
|
|
normal:
|
|
|
|
family: Comic Mono
|
|
|
|
style: Regular
|
|
|
|
|
|
|
|
# The bold font face
|
|
|
|
bold:
|
|
|
|
family: Comic Mono
|
|
|
|
style: Bold
|
|
|
|
|
|
|
|
# The italic font face
|
|
|
|
italic:
|
|
|
|
family: Comic Mono
|
|
|
|
|
2020-09-13 21:06:35 +02:00
|
|
|
key_bindings:
|
2021-01-22 22:46:38 +01:00
|
|
|
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
|
|
|
|
|
|
|
background_opacity: 1
|