20 lines
338 B
TOML
20 lines
338 B
TOML
[env]
|
|
term = "xterm-256color"
|
|
|
|
[terminal.shell]
|
|
program = "/usr/bin/tmux"
|
|
args = ["new-session", "-A", "-D", "-s", "main"]
|
|
|
|
[font.normal]
|
|
family = "JetBrainsMono Nerd Font"
|
|
|
|
[general]
|
|
import = [
|
|
"~/.config/alacritty/themes/catppuccin-mocha.toml"
|
|
]
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "Return", mods = "Shift", chars = "\u001b[13;2u" }
|
|
]
|