From 7e4325796d6a5179873dac1b72e3286cc68aa85a Mon Sep 17 00:00:00 2001 From: Joshua Ortiz <53029739+sophrosyne97@users.noreply.github.com> Date: Sat, 19 Jun 2021 15:58:15 -0700 Subject: Add modes to regex hint bindings Fixes #5154. --- alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alacritty.yml') 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. -- cgit v1.2.3-54-g00ecf