Update alacritty.toml to remove clipboard setting, bind shift+insert to paste action

Removed selection settings to save to clipboard.
bind shift+insert to paste action
This commit is contained in:
Barend van der Walt
2025-08-31 20:00:44 +02:00
committed by GitHub
parent 648832dcc6
commit d40c1ba454

View File

@@ -18,7 +18,5 @@ opacity = 0.98
[keyboard]
bindings = [
{ key = "F11", action = "ToggleFullscreen" }
{ key = "Insert", mods = "Shift", action = "Paste" }
]
[selection]
save_to_clipboard = true