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.
20 lines
338 B
20 lines
338 B
import = [ |
|
"~/.config/alacritty/alacritty.system.toml", |
|
"~/.config/alacritty/catppuccin-mocha.toml", |
|
] |
|
|
|
[env] |
|
TERM = "xterm-256color" |
|
|
|
[font.normal] |
|
family = "JuliaMono Nerd Font" |
|
|
|
[[keyboard.bindings]] |
|
chars = "\u001B[13;2u" |
|
key = "Return" |
|
mods = "Shift" |
|
|
|
[[keyboard.bindings]] |
|
chars = "\u001B[13;5u" |
|
key = "Return" |
|
mods = "Control"
|
|
|