mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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:
committed by
GitHub
parent
648832dcc6
commit
d40c1ba454
@@ -18,7 +18,5 @@ opacity = 0.98
|
|||||||
[keyboard]
|
[keyboard]
|
||||||
bindings = [
|
bindings = [
|
||||||
{ key = "F11", action = "ToggleFullscreen" }
|
{ key = "F11", action = "ToggleFullscreen" }
|
||||||
|
{ key = "Insert", mods = "Shift", action = "Paste" }
|
||||||
]
|
]
|
||||||
|
|
||||||
[selection]
|
|
||||||
save_to_clipboard = true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user