1
0
Fork 0
dotfiles/.config/alacritty/darwin.yml

19 lines
760 B
YAML

font:
size: 16.0
window:
decorations: full
dimensions:
columns: 125
lines: 30
key_bindings:
- { key: Left, mods: Alt, chars: "\x1b[1;5D" }
- { key: Right, mods: Alt, chars: "\x1b[1;5C" }
- { key: L, mods: Control, chars: "\x0c" }
- { key: Key6, mods: Control, chars: "\x1e" }
- { key: V, mods: Command, action: Paste }
- { key: C, mods: Command, action: Copy }
- { key: Key0, mods: Command, action: ResetFontSize }