diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index d6b89f77..160b85a0 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -212,6 +212,13 @@ key_bindings: mouse_bindings: - { mouse: Middle, action: PasteSelection } +mouse: + double_click: { threshold: 300 } + triple_click: { threshold: 300 } + +selection: + semantic_escape_chars: ",│`|:\"' ()[]{}<>" + # Shell # # You can set shell.program to the path of your favorite shell, e.g. /bin/fish. |