summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorBrainFace <40472418+Brainface1@users.noreply.github.com>2020-02-05 23:59:16 +0100
committerGitHub <noreply@github.com>2020-02-05 22:59:16 +0000
commitcbec5e415b721e5d5a8359ebed247ac39eb99721 (patch)
treea28985a49342411090ab04aa5849ed92011c1e41 /alacritty.yml
parentb72903e720ca1fef2ed450c1026eb8331efc0288 (diff)
Add docs about multiple bindings on same trigger
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index e60a499e..e5521660 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -530,6 +530,9 @@
# binding with the same triggers is defined. To unset a default binding, it can
# be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for
# a no-op if you do not wish to receive input characters for that binding.
+#
+# If the same trigger is assigned to multiple actions, all of them are executed
+# at once.
#key_bindings:
# (Windows, Linux, and BSD only)
#- { key: V, mods: Control|Shift, action: Paste }