From 3c309a0953566fe6f726b84eb117fd9cfa42df3d Mon Sep 17 00:00:00 2001 From: Jason Heard Date: Thu, 29 Jul 2021 09:40:51 -0600 Subject: Add ExpandSelection mouse binding action Fixes #4132. --- alacritty.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'alacritty.yml') diff --git a/alacritty.yml b/alacritty.yml index a7628203..e93f3f74 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -507,13 +507,19 @@ # - Right # - Numeric identifier such as `5` # -# - `action` (see key bindings) +# - `action` (see key bindings for actions not exclusive to mouse mode) +# +# - Mouse exclusive actions: +# +# - ExpandSelection +# Expand the selection to the current mouse cursor location. # # And optionally: # # - `mods` (see key bindings) #mouse_bindings: -# - { mouse: Middle, action: PasteSelection } +# - { mouse: Right, action: ExpandSelection } +# - { mouse: Middle, mode: ~Vi, action: PasteSelection } # Key bindings # -- cgit v1.2.3-54-g00ecf