summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-11-19 21:47:51 -0800
committerJoe Wilm <joe@jwilm.com>2016-11-19 21:49:23 -0800
commit88a92982b11c62f3795ab49fdf33d72429bae051 (patch)
tree33efd1071b1312d13e214b997a48551ee7ccbbb5 /alacritty.yml
parent3db0bcb2a7672bff7f11da11fd18f735cab60d5b (diff)
Fix mouse bindings
Config expected key and the default config file had the wrong section.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 97914968..61134552 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -173,6 +173,6 @@ key_bindings:
# - Paste
# - PasteSelection
# - Copy (TODO)
-mouse:
+mouse_bindings:
- { mouse: Middle, action: PasteSelection }