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

7 lines
479 B
YAML

key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- { key: F11, mods: None, action: ToggleFullscreen }
- { key: L, mods: Control, chars: "\x0c" }
- { key: Key0, mods: Control, action: ResetFontSize }