mirror of https://github.com/fredrikekre/.dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
320 B
18 lines
320 B
import: |
|
- '~/.config/alacritty/alacritty.system.yml' |
|
|
|
env: |
|
TERM: xterm-256color |
|
|
|
font: |
|
normal: |
|
family: JuliaMono |
|
|
|
colors: |
|
primary: |
|
background: '#0f0f0f' |
|
foreground: '#cfcfcf' |
|
|
|
key_bindings: |
|
- { key: Return, mods: Shift, chars: "\x1b[13;2u"} |
|
- { key: Return, mods: Control, chars: "\x1b[13;5u"}
|
|
|