Add keybinding for clearing history in alacritty
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
f5a3e0a2ea
commit
ac62b999f3
1 changed files with 6 additions and 3 deletions
|
@ -15,8 +15,8 @@ window:
|
|||
|
||||
font:
|
||||
normal:
|
||||
family: JetBrainsMonoNL Nerd Font
|
||||
size: 9.0
|
||||
family: InputMonoCompressed Nerd Font
|
||||
size: 11.0
|
||||
|
||||
cursor:
|
||||
# Block, Underline, Beam
|
||||
|
@ -28,4 +28,7 @@ key_bindings:
|
|||
action: ToggleFullscreen
|
||||
- key: N
|
||||
mods: Control|Shift
|
||||
action: SpawnNewInstance
|
||||
action: SpawnNewInstance
|
||||
- key: K
|
||||
mods: Control|Shift
|
||||
action: ClearHistory
|
||||
|
|
Loading…
Reference in a new issue