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

9 lines
665 B
YAML
Raw Normal View History

2022-09-23 19:28:12 +05: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 }