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.

55 lines
782 B

1 week ago
import = ["./local.toml"]
[colors]
draw_bold_text_with_bright_colors = true
[env]
TERM = "xterm-256color"
[font]
size = 14
[font.bold]
style = "Bold"
[font.normal]
family = "Source Code Pro"
[[keyboard.bindings]]
chars = "\u001Bb"
key = "B"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001Bb"
key = "Left"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001Bf"
key = "F"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u001Bf"
key = "Right"
mods = "Alt"
[[keyboard.bindings]]
chars = "\u0015"
key = "Back"
mods = "Command"
[[keyboard.bindings]]
action = "CreateNewWindow"
key = "N"
mods = "Command"
[[keyboard.bindings]]
key = "Comma"
mods = "Command"
[keyboard.bindings.command]
args = ["-c", "/opt/homebrew/bin/neovide ~/.config/alacritty/alacritty.toml"]
program = "sh"