diff options
Diffstat (limited to 'modules/home.legacy/conf/alacritty/toml/mouse_bindings.toml')
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/mouse_bindings.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/alacritty/toml/mouse_bindings.toml b/modules/home.legacy/conf/alacritty/toml/mouse_bindings.toml new file mode 100644 index 00000000..1b281748 --- /dev/null +++ b/modules/home.legacy/conf/alacritty/toml/mouse_bindings.toml @@ -0,0 +1,3 @@ +[[mouse.bindings]] +action = "Copy" +mouse = "Middle" |