about summary refs log tree commit diff stats
path: root/modules/home/soispha/conf/alacritty/yaml/mouse_bindings.yml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-23 13:31:11 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-23 13:33:40 +0200
commitfd9b0ecef4142a62b45404700ba1cff488f84a73 (patch)
treeef6c1f74f05a2220a41ccff4b0890c39229f32f7 /modules/home/soispha/conf/alacritty/yaml/mouse_bindings.yml
parentrefactor(pkgs): Categorize into `by-name` shards (diff)
downloadnixos-config-fd9b0ecef4142a62b45404700ba1cff488f84a73.zip
refactor(modules/home): Setup as "normal" NixOS module
Diffstat (limited to 'modules/home/soispha/conf/alacritty/yaml/mouse_bindings.yml')
-rw-r--r--modules/home/soispha/conf/alacritty/yaml/mouse_bindings.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/modules/home/soispha/conf/alacritty/yaml/mouse_bindings.yml b/modules/home/soispha/conf/alacritty/yaml/mouse_bindings.yml
deleted file mode 100644
index ab244d21..00000000
--- a/modules/home/soispha/conf/alacritty/yaml/mouse_bindings.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-# Mouse bindings
-#
-# Mouse bindings are specified as a list of objects, much like the key
-# bindings further below.
-#
-# To trigger mouse bindings when an application running within Alacritty
-# captures the mouse, the `Shift` modifier is automatically added as a
-# requirement.
-#
-# Each mouse binding will specify a:
-#
-# - `mouse`:
-#
-#   - Middle
-#   - Left
-#   - Right
-#   - Numeric identifier such as `5`
-#
-# - `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: Right,                 action: ExpandSelection }
-#  - { mouse: Right,  mods: Control, action: ExpandSelection }
-   - { mouse: Middle,  action: Copy  }