diff options
author | BrainFace <40472418+Brainface1@users.noreply.github.com> | 2020-02-05 23:59:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 22:59:16 +0000 |
commit | cbec5e415b721e5d5a8359ebed247ac39eb99721 (patch) | |
tree | a28985a49342411090ab04aa5849ed92011c1e41 | |
parent | b72903e720ca1fef2ed450c1026eb8331efc0288 (diff) | |
download | alacritty-cbec5e415b721e5d5a8359ebed247ac39eb99721.tar.gz alacritty-cbec5e415b721e5d5a8359ebed247ac39eb99721.zip |
Add docs about multiple bindings on same trigger
-rw-r--r-- | alacritty.yml | 3 |
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 } |