summaryrefslogtreecommitdiffstats
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
authorXiaoyu Yin <yin530@gmail.com>2017-01-14 17:53:48 -0800
committerJoe Wilm <jwilm@users.noreply.github.com>2017-02-07 21:04:18 -0800
commit92e1cec0880313d962d80bf16eca60cebb509eab (patch)
tree165d470ca13ab89dcf8b399b7491f3766b446ab2 /alacritty_macos.yml
parent59295e44312b3936132965636e5fac92118e5c27 (diff)
Semantic Selection
Fix tests and add line select Refactor BidirectionalIter to remove if blocks Allow for cells tagged with WRAPLINE to continue expanding the selection Reorganize config into structs Add test coverage that callbacks are called Cleanup mouse config - Uses Duration type for ClickHandler::threshold - Removes `action` property from ClickHandler--this can be added in a backwards compatible way later on - Renames ClickState::DblClick to DoubleClick fixup! Cleanup mouse config
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml7
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.