feat: update alacritty selection

Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2025-11-05 11:39:58 +08:00
parent 36f59cda51
commit 8ff4fc0173

View File

@@ -12,7 +12,7 @@ osc52 = "CopyPaste" # Disabled, OnlyCopy, OnlyPaste, CopyPaste
shell = {program = "/bin/zsh"} shell = {program = "/bin/zsh"}
[selection] [selection]
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t" semantic_escape_chars = ",│`|\"' ()[]{}<>"
save_to_clipboard = false save_to_clipboard = false
[window] [window]
@@ -57,9 +57,10 @@ blink_timeout = 5
# duration = 75 # duration = 75
[mouse] [mouse]
hide_when_typing = true hide_when_typing = false
bindings = [ bindings = [
{ mouse = "Middle", action = "PasteSelection" }, { mouse = "Middle", action = "PasteSelection" },
{ mouse = "Right", action = "ExpandSelection" },
] ]
[hints] [hints]