[ALACRITTY] Auto-copy selection to clipboard
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
85ec4e4a7b
commit
083ff173c7
@@ -40,7 +40,7 @@ program = "alacritty"
|
|||||||
history = 0
|
history = 0
|
||||||
|
|
||||||
[selection]
|
[selection]
|
||||||
save_to_clipboard = false
|
save_to_clipboard = true
|
||||||
|
|
||||||
[terminal]
|
[terminal]
|
||||||
osc52 = "OnlyCopy"
|
osc52 = "OnlyCopy"
|
||||||
@@ -56,3 +56,8 @@ option_as_alt = "None"
|
|||||||
[window.padding]
|
[window.padding]
|
||||||
x = 2
|
x = 2
|
||||||
y = 0
|
y = 0
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
key = "Return"
|
||||||
|
mods = "Shift"
|
||||||
|
chars = "\u001B\r"
|
||||||
|
|||||||
Reference in New Issue
Block a user