diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml index 09abce3c..00c16ce3 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -528,8 +528,9 @@ # # - `mods` (see key bindings) #mouse_bindings: -# - { mouse: Right, action: ExpandSelection } -# - { mouse: Middle, mode: ~Vi, action: PasteSelection } +# - { mouse: Right, action: ExpandSelection } +# - { mouse: Right, mods: Control, action: ExpandSelection } +# - { mouse: Middle, mode: ~Vi, action: PasteSelection } # Key bindings # |