diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index d049e665..3df946a9 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -478,9 +478,19 @@ # List with all available hints # + # Each hint takes a `regex`, `binding` and either a `command` or an `action`. + # # The fields `command`, `binding.key` and `binding.mods` accept the same # values as they do in the `key_bindings` section. # + # Values for `action`: + # - Copy + # Copy the hint's text to the clipboard. + # - Paste + # Paste the hint's text to the terminal or search. + # - Select + # Select the hint's text. + # # Example # # enabled: |