diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index f8342dba..0cb866d7 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -281,7 +281,18 @@ live_config_reload: true # around them. # # Either an `action`, `chars`, or `command` field must be present. -# `action` must be one of `Paste`, `PasteSelection`, `Copy`, or `Quit`. +# `action` must be one of the following: +# - `Paste` +# - `PasteSelection` +# - `Copy` +# - `IncreaseFontSize` +# - `DecreaseFontSize` +# - `ResetFontSize` +# - `ScrollPageUp` +# - `ScrollPageDown` +# - `ScrollToTop` +# - `ScrollToBottom` +# - `Quit` # `chars` writes the specified string every time that binding is activated. # These should generally be escape sequences, but they can be configured to # send arbitrary strings of bytes. |