aboutsummaryrefslogtreecommitdiff
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index 663647dc..05173e6a 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -315,6 +315,8 @@ key_bindings:
- { key: Key0, mods: Command, action: ResetFontSize }
- { key: Equals, mods: Command, action: IncreaseFontSize }
- { key: Minus, mods: Command, action: DecreaseFontSize }
+ - { key: K, mods: Command, action: ClearHistory }
+ - { key: K, mods: Command, chars: "\x0c" }
- { key: PageUp, mods: Shift, chars: "\x1b[5;2~" }
- { key: PageUp, mods: Control, chars: "\x1b[5;5~" }
- { key: PageUp, chars: "\x1b[5~" }