diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-03-22 18:29:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-03-22 18:29:06 +0530 |
commit | 71803f75116a63aed35ff3175fe86bb254e38d97 (patch) | |
tree | 2f6c0be6a01c93d74e8bc825711664581bf4dd05 /.config/alacritty/mouse.toml | |
parent | 206f12417109bbf1508eab4593fea3fb9fb35ad9 (diff) |
removed old qwerty keybindings, cleaned up code
Diffstat (limited to '.config/alacritty/mouse.toml')
-rw-r--r-- | .config/alacritty/mouse.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/alacritty/mouse.toml b/.config/alacritty/mouse.toml new file mode 100644 index 0000000..f65083c --- /dev/null +++ b/.config/alacritty/mouse.toml @@ -0,0 +1,6 @@ +[mouse] +hide_when_typing = false + +[[mouse.bindings]] +action = "PasteSelection" +mouse = "Middle" |