diff options
Diffstat (limited to 'alacritty_windows.yml')
-rw-r--r-- | alacritty_windows.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty_windows.yml b/alacritty_windows.yml index af429152..b37a4532 100644 --- a/alacritty_windows.yml +++ b/alacritty_windows.yml @@ -343,6 +343,7 @@ shell: # - ClearHistory # - Hide # - Quit +# - ClearLogNotice # # Values for `command`: # The `command` field must be a map containing a `program` string and @@ -365,6 +366,8 @@ key_bindings: - { key: Key0, mods: Control, action: ResetFontSize } - { key: Equals, mods: Control, action: IncreaseFontSize } - { key: Subtract, mods: Control, action: DecreaseFontSize } + - { key: L, mods: Control, action: ClearLogNotice } + - { key: L, mods: Control, chars: "\x0c" } - { key: Home, chars: "\x1bOH", mode: AppCursor } - { key: Home, chars: "\x1b[H", mode: ~AppCursor } - { key: End, chars: "\x1bOF", mode: AppCursor } |