mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
feat: update alacritty selection
Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user