diff options
author | Joshua Ortiz <53029739+sophrosyne97@users.noreply.github.com> | 2021-06-19 15:58:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 22:58:15 +0000 |
commit | 7e4325796d6a5179873dac1b72e3286cc68aa85a (patch) | |
tree | 5eecd0da3be486ff6471b22eb563258388ad68a5 /alacritty.yml | |
parent | 0be25c5e22ddd71a3335026b4853792512df141a (diff) | |
download | alacritty-7e4325796d6a5179873dac1b72e3286cc68aa85a.tar.gz alacritty-7e4325796d6a5179873dac1b72e3286cc68aa85a.zip |
Add modes to regex hint bindings
Fixes #5154.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml index 8f4f5218..21f06fd0 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -458,8 +458,8 @@ # Each hint must have a `regex` and either an `action` or a `command` field. # The fields `mouse`, `binding` and `post_processing` are optional. # - # The fields `command`, `binding.key`, `binding.mods` and `mouse.mods` accept - # the same values as they do in the `key_bindings` section. + # The fields `command`, `binding.key`, `binding.mods`, `binding.mode` and + # `mouse.mods` accept the same values as they do in the `key_bindings` section. # # The `mouse.enabled` field controls if the hint should be underlined while # the mouse with all `mouse.mods` keys held or the vi mode cursor is above it. |