mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix docs about multiple simultaneous keybindings
This commit is contained in:
parent
b8e3050104
commit
d868848ef1
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue