diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-15 21:02:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 21:02:31 +0000 |
commit | d868848ef162ce1d2d5e41b690a592199e9f652d (patch) | |
tree | e7528ed5c244448337a079ec2abae84198d155b4 /alacritty.yml | |
parent | b8e30501042305287db890deedf3e1cfb5241a50 (diff) | |
download | alacritty-d868848ef162ce1d2d5e41b690a592199e9f652d.tar.gz alacritty-d868848ef162ce1d2d5e41b690a592199e9f652d.zip |
Fix docs about multiple simultaneous keybindings
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index 63d8f6c7..def39e25 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -582,7 +582,7 @@ # 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. +# in the order they were defined in. #key_bindings: #- { key: Paste, action: Paste } #- { key: Copy, action: Copy } |