summaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-07-15 21:02:31 +0000
committerGitHub <noreply@github.com>2020-07-15 21:02:31 +0000
commitd868848ef162ce1d2d5e41b690a592199e9f652d (patch)
treee7528ed5c244448337a079ec2abae84198d155b4 /alacritty.yml
parentb8e30501042305287db890deedf3e1cfb5241a50 (diff)
downloadalacritty-d868848ef162ce1d2d5e41b690a592199e9f652d.tar.gz
alacritty-d868848ef162ce1d2d5e41b690a592199e9f652d.zip
Fix docs about multiple simultaneous keybindings
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml2
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 }