dotfiles_alacritty/keybindings.toml

5 lines
143 B
TOML
Raw Normal View History

2024-12-17 08:24:21 +00:00
[keyboard]
bindings = [
{ key= "C", mods = "Control|Shift", action = "Copy" },
{ key= "V", mods = "Control|Shift", action = "Paste" }
]