aboutsummaryrefslogtreecommitdiff
path: root/alacritty.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.yml
parent59295e44312b3936132965636e5fac92118e5c27 (diff)
downloadalacritty-92e1cec0880313d962d80bf16eca60cebb509eab.tar.gz
alacritty-92e1cec0880313d962d80bf16eca60cebb509eab.zip
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.yml')
-rw-r--r--alacritty.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 3ffd59a4..9a3a3711 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -212,6 +212,12 @@ key_bindings:
mouse_bindings:
- { mouse: Middle, action: PasteSelection }
+mouse:
+ double_click: { threshold: 300 }
+ triple_click: { threshold: 300 }
+
+selection:
+ semantic_escape_chars: ",│`|:\"' ()[]{}<>"
# Shell
#